You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/11/06 07:15:35 UTC

[jira] [Closed] (PDFBOX-1141) Ineffective char2CID mapping in CMap

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

John Hewson closed PDFBOX-1141.
-------------------------------
    Resolution: Not a Problem

This is no longer an issue in 2.0

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)