[
https://issues.apache.org/jira/browse/PDFBOX-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson resolved PDFBOX-2317.
---------------------------------
Resolution: Fixed
> ZapfDingbats should use its own glyph list
> ------------------------------------------
>
> Key: PDFBOX-2317
> URL: https://issues.apache.org/jira/browse/PDFBOX-2317
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 2.0.0
> Reporter: John Hewson
> Assignee: John Hewson
> Fix For: 2.0.0
>
>
> Rendering the file from PDFBOX-2307-159827 (p2) results in the log message:
> {code}
> WARNING: No Unicode mapping for a73 (1) in font ZapfDingbats
> {code}
> The reason is that Zapf Dingbats doesn't use the Adobe Glyph List, it uses
> its own special glyph list. This is part of the PDF spec, and the download
> can be found at http://sourceforge.net/adobe/aglfn/wiki/Home/
> We need to make use of this glyph list specifically for the ZapfDingbats
> font, the most flexible approach is probably to have GlyphList instances
> associated with PDFonts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)