You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2010/05/09 16:17:48 UTC

[jira] Resolved: (PDFBOX-668) TrueType Font - Feature for CMAPEncodingEntry

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

Andreas Lehmkühler resolved PDFBOX-668.
---------------------------------------

    Fix Version/s: 1.2.0
       Resolution: Fixed

I've applied the patch with version 942539.

Thanks to Eric for his contribution.

> 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
>             Fix For: 1.2.0
>
>         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.