[cairo-bugs] [Bug 73441] Cairo generates PDFs with wrong font names
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 10 02:34:28 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73441
Adrian Johnson <ajohnson at redneon.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Adrian Johnson <ajohnson at redneon.com> ---
Pushed. Thanks for the patch
> You can find the intermediate PDF in /var/spool/cups/d* .
The easier way is to use pdftocairo.
BTW, what application created the PDF? This looks like PS incorrectly
translated to PDF:
stream
300 300 m
/F2 40 Tf
(Hello) Tj
endstream
it should be:
stream
BT
1 0 0 1 300 300 Tm
/F2 40 Tf
(Hello) Tj
ET
endstream
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20140110/ecd14c8d/attachment.html>
More information about the cairo-bugs
mailing list