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

Andreas Lehmkühler closed PDFBOX-3092.
--------------------------------------
    Resolution: Invalid

There wasn't any answer to my question, closed as invalid. It could be reopened 
if neccessary

> Format 4 TTF cmap table is parsed incorrectly
> ---------------------------------------------
>
>                 Key: PDFBOX-3092
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3092
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: John Hewson
>            Priority: Major
>
> Certain large Format 4 cmap tables aren't being parsed correctly by 
> CmapSubtable#processSubtype4(), for example in the font "ArialUnicodeMS".
> This results in missing glyphs when rendering the file from PDFBOX-2950, when 
> "ArialUnicodeMS" is used as a substitute. You can force this to happen by 
> changing the following line of PDCIDFontType2:
> {code}
> // find font or substitute
> CIDFontMapping mapping = FontMappers.instance()
>                                     .getCIDFont(getBaseFont(), 
> getFontDescriptor(),
>                                                 getCIDSystemInfo());
> {code}
> Replace getBaseFont() with "ArialUnicodeMS"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to