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
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.