[
https://issues.apache.org/jira/browse/PDFBOX-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson resolved PDFBOX-2037.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
We now use the correct encoding due to PDFBOX-2262
> Glyph in type1CFont not rendered
> --------------------------------
>
> Key: PDFBOX-2037
> URL: https://issues.apache.org/jira/browse/PDFBOX-2037
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Labels: type1, type1cfont, type1font
> Fix For: 2.0.0
>
> Attachments: pdfbox-1770.pdf-3-bad.png, pdfbox-1770.pdf-3-good.png
>
>
> The infinity symbol on page 3 of the file of PDFBOX-1770 is not rendered. I
> am attaching a "bad" and a "good" rendering. The "good" rendering was faked
> by removing the line
> {code}
> codeToName.put(key, encodingCodeToName.get(key));
> {code}
> in Type1Glyph2D. This helps keeping a "C121" in a map instead of being
> replaced with a "y". The font involved is the "KIJFMP+AdvTex2" font.
--
This message was sent by Atlassian JIRA
(v6.2#6252)