| Summary: | Some characters from non-embedded symbol font are not displayed at all | ||
|---|---|---|---|
| Product: | poppler | Reporter: | Ulrich Lukas <stellplatz-nr.13a> |
| Component: | cairo backend | Assignee: | poppler-bugs <poppler-bugs> |
| Status: | RESOLVED NOTOURBUG | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: |
Screenshot from Okular, Mu-Character missing
Screenshot Acroread, Mu-Character displayed OK Command line output when invoking ghostscript command |
||
|
Description
Ulrich Lukas
2014-06-02 05:50:41 UTC
Created attachment 100268 [details]
Screenshot Acroread, Mu-Character displayed OK
Created attachment 100269 [details]
Command line output when invoking ghostscript command
Why set the component to cairo? (In reply to comment #3) > Why set the component to cairo? I set it to cairo because of bug #36536 which has a similar description. This might have been a mistake. OK, I might have to retract this bug report. I only tested an altered fontconfig-config for the "Symbol" font not embedded in the PDF, but I tested again today with extracted page 1 from the referenced PDF, which only has "Helvetica" and "Helvetica Bold" not embedded. The default substitution for this font on my system seems to be "TeX Gyre Heros". After just now adding the following to fonts.conf: <match target="pattern"> <test name="family"> <string>Helvetica</string> </test> <edit name="family" mode="prepend" binding="same"> <string>NimbusSansL</string> </edit> </match> The PDF is rendered OK.. Please excuse the false allegations of poppler.. This bug report can be closed. |
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.