Summary: | Cairo generates PDFs with wrong font names | ||
---|---|---|---|
Product: | cairo | Reporter: | Marek Kasik <mkasik> |
Component: | general | Assignee: | Chris Wilson <chris> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Generate PDFs with correct font names
CFF reproducer Type1 reproducer |
Description
Marek Kasik
2014-01-09 16:39:29 UTC
Created attachment 91767 [details]
CFF reproducer
Created attachment 91768 [details]
Type1 reproducer
You can find the intermediate PDF in /var/spool/cups/d* .
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
(In reply to comment #3) > Pushed. Thanks for the patch Thank you very much. > > 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 I've created it manually and I overlooked this somehow. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.