Ineffective char2CID mapping in CMap
------------------------------------
Key: PDFBOX-1141
URL: https://issues.apache.org/jira/browse/PDFBOX-1141
Project: PDFBox
Issue Type: Bug
Components: FontBox
Affects Versions: 1.6.0
Reporter: Arjohn Kampman
lookupCID(byte[] code, int offset, int length) invokes
char2CIDMappings.containsKey(...) and char2CIDMappings.get(...) with an invalid
argument type. This map contains String keys, but an Integer object is used as
the argument. Hence, the char2CID mapping is never actually used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira