[poppler] Helvetica fonts not embedded, displays junk
Albert Astals Cid
aacid at kde.org
Sat Nov 26 03:10:22 PST 2005
A Dissabte 26 Novembre 2005 02:01, Rod Butcher va escriure:
> Greetings from Sydney.
Hi
> I'm using evince/poppler to display a document
> from IBM which displays junk, and in properties/fonts lists helvetica
> not embedded. Debug output displays :_
> Error: Couldn't find a font for 'Helvetica'
> some font thing failed
> Error: Couldn't find a font for 'Helvetica Bold'
> some font thing failed
> Error: Couldn't find a font for 'Helvetica Oblique'
> some font thing failed
>
> I compiled poppler & evince myself from cvs HEAD, couldn't find any
> configure options about fonts. Is theere something I need to learn about
> fonts to build / run poppler correctly ? Where does it get fonts from if
> they're not embedded ?
Fontconfig
<match target="pattern">
<test name="prefer_outline">
<bool>true</bool>
</test>
<test name="family">
<string>Helvetica</string>
</test>
<edit name="family" mode="prepend" binding="same">
<string>Nimbus Sans L</string>
</edit>
</match>
is usually a good configuration for Helvetica
Albert
> thanks
> Rod
______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.es
More information about the poppler
mailing list