On 01/04/12 14:52, Florian Philipp wrote:
[snip]
>> open("/usr/share/ghostscript/fonts/n022004l.pfb", O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/local/share/ghostscript/fonts/n022004l.pfb", O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/share/fonts/default/Type1/n022004l.pfb", O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/share/fonts/default/ghostscript/n022004l.pfb", O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/share/fonts/type1/gsfonts/n022004l.pfb", O_RDONLY) = -1 ENOENT (No such file or directory)
>> write(2, "Error: ", 7Error: ) = 7
>> write(2, "No display font for 'Courier-Bol"..., 34No display font for 'Courier-Bold') = 34
>>
>>
>> whereas the above font is actually in
>>
>> /usr/share/fonts/urw-fonts/
>>
>> (I've been sort of just ignoring this warning, since no pdfs I've used
>> have had problem displaying, despite those errors.)
>>
>> W
>
>Not sure what causes these errors or if they are related to the current
>issue at all. However, I guess the reason why it doesn't prevent most
>PDFs from working is that since PDF-1.5, all fonts have to be included
>in the PDF itself. Previously, some standard fonts could be assumed to
>be present on the PC.
>
>By the way: Does the issue happen with other readers as well?
>
>Regards,
>Florian Philipp
adding to /etc/xpdfrc:
displayFontT1 Times-Roman /usr/share/fonts/urw-fonts/n021003l.pfb
displayFontT1 Times-Italic /usr/share/fonts/urw-fonts/n021023l.pfb
displayFontT1 Times-Bold /usr/share/fonts/urw-fonts/n021004l.pfb
displayFontT1 Times-BoldItalic /usr/share/fonts/urw-fonts/n021024l.pfb
displayFontT1 Helvetica /usr/share/fonts/urw-fonts/n019003l.pfb
displayFontT1 Helvetica-Oblique /usr/share/fonts/urw-fonts/n019023l.pfb
displayFontT1 Helvetica-Bold /usr/share/fonts/urw-fonts/n019004l.pfb
displayFontT1 Helvetica-BoldOblique /usr/share/fonts/urw-fonts/n019024l.pfb
displayFontT1 Courier /usr/share/fonts/urw-fonts/n022003l.pfb
displayFontT1 Courier-Oblique /usr/share/fonts/urw-fonts/n022023l.pfb
displayFontT1 Courier-Bold /usr/share/fonts/urw-fonts/n022004l.pfb
displayFontT1 Courier-BoldOblique /usr/share/fonts/urw-fonts/n022024l.pfb
displayFontT1 Symbol /usr/share/fonts/urw-fonts/s050000l.pfb
displayFontT1 ZapfDingbats /usr/share/fonts/urw-fonts/d050000l.pfb
solves the problem with missing fonts but I still get a message:
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Some pdf documents have on side panel index, does anybody knows what options control the fonts in that index.
On my display they are very small (hard to read) and choppy fonts.
--
Joseph