[
https://issues.apache.org/jira/browse/PDFBOX-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006969#comment-14006969
]
Andreas Lehmkühler commented on PDFBOX-2091:
--------------------------------------------
Just to avoid a misunderstanding. TTFGlyph2D already uses the encoding
information from PDFont
{code}
String charactername = fontEncoding.getName(code);
{code}
The issue is the font itself. It doesn't provide the expected mapping. We have
to be careful where to put the work around in such cases so that we don't
introduce some not wanted side effects.
> Some characters are not rendered (font with symbol encoding)
> ------------------------------------------------------------
>
> Key: PDFBOX-2091
> URL: https://issues.apache.org/jira/browse/PDFBOX-2091
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 2.0.0
> Reporter: Juraj Lonc
> Attachments: PDFBOX-2091_TTFGlyph2D.diff, missing_yaccute.pdf,
> output.png
>
>
> Some characters are not rendered (see attached PDF).
> In this case it is "yaccute".
--
This message was sent by Atlassian JIRA
(v6.2#6252)