You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Juraj Lonc (JIRA)" <ji...@apache.org> on 2014/05/23 14:42:01 UTC

[jira] [Created] (PDFBOX-2093) "bullet" character is not rendered

Juraj Lonc created PDFBOX-2093:
----------------------------------

             Summary: "bullet" character is not rendered
                 Key: PDFBOX-2093
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2093
             Project: PDFBox
          Issue Type: Bug
          Components: Rendering
    Affects Versions: 2.0.0
            Reporter: Juraj Lonc
         Attachments: missing_bullet.pdf, output_missing_bullet.png

In this PDF is a "bullet" character which is not rendered.
There is some problem with translating code to glyph.

That character has code 127 (0x7F), but mapping for it is not found
{code}
14:33:17,966 DEBUG Type1Glyph2D:127 - FKOYIT+MyriadPro-Cond: glyph mapping for 127 not found
{code}

embedded font contains definition for "bullet" character.
But "bullet" character has code 183 in mapping table (from StandardEncoding, I suppose).



--
This message was sent by Atlassian JIRA
(v6.2#6252)