[Poppler-bugs] [Bug 63963] pdftops - some fonts are encoded incorrectly in level2 postscript
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 1 04:05:17 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=63963
--- Comment #15 from William Bader <williambader at hotmail.com> ---
Created attachment 128294
--> https://bugs.freedesktop.org/attachment.cgi?id=128294&action=edit
Revised patch that does not store maxValidGlyph in GfxFont or FoFiTrueType
I made a new version of the patch that passes maxValidGlyph as a parameter to
FoFiTrueType::convertToType0() instead of storing it in GfxFont and
FoFiTrueType.
This simplifies the patch but might be more expensive in PDFs with a lot of
short strings because PSOutputDev::drawString() has to look up the value in a
hash instead of caching it in GfxFont.
This patch is based on poppler-0.49.0 because the current git source does not
build a working pdftops.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20161201/442b18d4/attachment.html>
More information about the Poppler-bugs
mailing list