[Poppler-bugs] [Bug 102290] [PATCH] Replace Splash font rendering by Qt font rendering

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 23 13:14:10 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=102290

--- Comment #12 from Adrian Johnson <ajohnson at redneon.com> ---
CID fonts use CID encoding. The font type can be Truetype or CFF. If QRawFont
expects complete TrueType or OpenType fonts it is unlikely to be useful. Fonts
in PDF files are subsetted to remove unused tables. PDF also uses Type 1 fonts
and bare CFF fonts.

You may have to write you own font rendering class that uses FreeType to render
the glyph bitmaps.

-- 
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/20170823/09bb2deb/attachment.html>


More information about the Poppler-bugs mailing list