Tilman Hausherr created PDFBOX-2037:
---------------------------------------
Summary: 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
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)