[ 
https://issues.apache.org/jira/browse/PDFBOX-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006378#comment-14006378
 ] 

Juraj Lonc commented on PDFBOX-2091:
------------------------------------

Unfortunately I cannot point you to specification.
I had problem with some PDF, where some characters were not drawn.
So I just debugged that and found out that font uses "WinAnsiEncoding", but 
pdfbox used MacRomanEncoding which does not contain some characters that 
WinAnsiEncoding has.

I saw that TTFGlyph2D.extractCmaps() actually extracts Win Symbol cmap, and it 
was pretty logical, that it should be used in TTFGlyph2D.getGlyphcode(int code)

> 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)

Reply via email to