[ 
https://issues.apache.org/jira/browse/PDFBOX-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Leleu updated PDFBOX-668:
------------------------------

    Attachment: TrueTypePDF.ttf
                SampleCMapEntry.java

Hi,

In attachment, you can find a TrueType Font program extract from a PDF file.
The SampleCMapEntry.java show that the GlyphId 3 matches with the Character 
code 32 and 160.

Here is the content of StartCount, EndCount, Delta and RangeOffset arrays :
Start : [ 32 ; 39 ; 84 ; 98 ; 100 ; 108 ; 114 ; 119 ; 160 ; 65535 ]
End :  [ 32 ; 39 ; 84 ; 98 ; 105 ; 112 ; 117 ; 121 ; 160 ; 65535 ]
Delta :  [ 65507 ; 65507 ; 65507 ; 65507 ; 65507 ; 65507 ; 65507 ; 65507 ; 
65379 ; 1 ]
RangeOffset  : [ 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ]


Regards,
Eric

> TrueType Font - Feature for CMAPEncodingEntry
> ---------------------------------------------
>
>                 Key: PDFBOX-668
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-668
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 1.0.0
>            Reporter: Eric Leleu
>            Priority: Trivial
>         Attachments: CMAPEncodingEntry.patch, SampleCMapEntry.java, 
> TrueTypePDF.ttf
>
>
> Hi, 
> I'm currently using FontBox 1.0.0.
> I encountered a problem with the CMapEncodingEntry. 
> When the subtableFormat is 2, an entry of the glyphidToCharacterCode array 
> can be used for two different CharacterCodes.
> In this case, it is impossible to obtain the GlyphId using the character code.
> To avoid this problem and to access easyly to the GlyphId, I have added a Map 
> (key : CharCode, Value : GlyphId).
> In attachement, you can find the patch for this feature.
> Regards,
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to