Re: [gentoo-user] xpdf - missing fonts

2012-01-06 Thread Willie WY Wong
On Thu, Jan 05, 2012 at 10:36:29AM -0700, Penguin Lover Joseph squawked:
 On 01/05/12 09:59, Willie WY Wong wrote:
 It should be the same font as other user interface elements, and
 controlled via the -font option. Hum actually that shows where
 the Missing charsets in String to FontSet conversion warning for me!
 By changing to a different fonts for the interface I can sometimes
 reproduce the warning. So maybe setting the font will help. You can
 also make that setting systemwide by putting an appropriate
 incantation in xpdfrc, according to 'man xpdf'.

 How to you control it via -font option?
 It seems to me I'm missing some fonts or they are not correctly setup.
 I've added these fonts to /etc/xpdfrc but it did not help. 
 

I use the font names given by `xfontsel'

Suppose I want to use 'times' family, regular weight, no slant, pixel
size 14 (just to make it bigger), I select those options in xfontsel
using the dropdown lists, and click 'select' (which copies the string
to the clipboard). I then paste the string, which happens to be the
 -*-times-medium-r-*-*-14-*-*-*-*-*-*-*
into my xpdf incantation
 xpdf -font -*-times-medium-r-*-*-14-*-*-*-*-*-*-*
and I get the chosen font for the interface elements.

You can alternatively set the X resource xpdf*fontList using the
method described http://xwinman.org/resource.php

(basically add to ~/.Xdefaults or ~/.Xresources the line
  xpdf*fontList: -*-times-medium-r-*-*-14-*-*-*-*-*-*-*
 and restart X [? I am not sure if that is necessary, memory suggests
 that this file is only read when X starts, but my memory could be
 faulty])

W

-- 
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton




Re: [gentoo-user] xpdf - missing fonts

2012-01-06 Thread Willie WY Wong
On Thu, Jan 05, 2012 at 10:50:19AM -0700, Penguin Lover Joseph squawked:
 I tred to compile epdfview but it failed:
 
 JobPrint.cxx: In member function ‘guint ePDFView::JobPrint::setUpPageRange()’:
 JobPrint.cxx:379:56: warning: suggest parentheses around ‘’ within ‘||’
 PDFDocument.cxx: In member function ‘virtual ePDFView::DocumentPage* 
 ePDFView::PDFDocument::renderPage(gint)’:
 PDFDocument.cxx:618:62: error: ‘poppler_page_render_to_pixbuf’ was not 
 declared in this scope
 PDFDocument.cxx: In member function ‘virtual gboolean 
 ePDFView::PDFDocument::loadFile(const gchar*, const gchar*, GError**)’:
 PDFDocument.cxx:231:45: warning: ignoring return value of ‘ssize_t write(int, 
 const void*, size_t)’, declared with attribute warn_unused_result
 make[3]: *** [libepdfview_a-PDFDocument.o] Error 1
 make[3]: *** Waiting for unfinished jobs
 make[3]: Leaving directory 
 `/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory 
 `/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 
 `/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6'
 make: *** [all] Error 2
 emake failed
   * ERROR: app-text/epdfview-0.1.6-r1 failed (compile phase):
   *   emake failed
   * 
   * Call stack:
   *  ebuild.sh, line   75:  Called src_compile
   *environment, line 2114:  Called _eapi2_src_compile
   *   phase-helpers.sh, line  577:  Called die
   * The specific snippet of code:
   *   emake || die emake failed
 

Which version of poppler do you have installed? I am almost certain
you are running into this conflict:
   https://bugs.gentoo.org/show_bug.cgi?id=388235

So try keywording version 0.1.8: it has been available since last
August, and I think it is stable enough (except for some silly bugs
like https://bugs.gentoo.org/show_bug.cgi?id=387125 ). 

W
-- 
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton




Re: [gentoo-user] xpdf - missing fonts

2012-01-06 Thread Joseph

On 01/06/12 10:05, Willie WY Wong wrote:

On Thu, Jan 05, 2012 at 10:50:19AM -0700, Penguin Lover Joseph squawked:

I tred to compile epdfview but it failed:

JobPrint.cxx: In member function ‘guint ePDFView::JobPrint::setUpPageRange()’:
JobPrint.cxx:379:56: warning: suggest parentheses around ‘’ within ‘||’
PDFDocument.cxx: In member function ‘virtual ePDFView::DocumentPage* 
ePDFView::PDFDocument::renderPage(gint)’:
PDFDocument.cxx:618:62: error: ‘poppler_page_render_to_pixbuf’ was not declared 
in this scope
PDFDocument.cxx: In member function ‘virtual gboolean 
ePDFView::PDFDocument::loadFile(const gchar*, const gchar*, GError**)’:
PDFDocument.cxx:231:45: warning: ignoring return value of ‘ssize_t write(int, 
const void*, size_t)’, declared with attribute warn_unused_result
make[3]: *** [libepdfview_a-PDFDocument.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory 
`/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6'
make: *** [all] Error 2
emake failed
  * ERROR: app-text/epdfview-0.1.6-r1 failed (compile phase):
  *   emake failed
  *
  * Call stack:
  *  ebuild.sh, line   75:  Called src_compile
  *environment, line 2114:  Called _eapi2_src_compile
  *   phase-helpers.sh, line  577:  Called die
  * The specific snippet of code:
  * emake || die emake failed



Which version of poppler do you have installed? I am almost certain
you are running into this conflict:
  https://bugs.gentoo.org/show_bug.cgi?id=388235

So try keywording version 0.1.8: it has been available since last
August, and I think it is stable enough (except for some silly bugs
like https://bugs.gentoo.org/show_bug.cgi?id=387125 ).

W


Yes, I'm running the latest version: app-text/poppler-0.18.2

--
Joseph



Re: [gentoo-user] xpdf - missing fonts

2012-01-05 Thread Willie WY Wong
On Wed, Jan 04, 2012 at 02:52:38PM +0100, Penguin Lover Florian Philipp 
squawked:
 Am 04.01.2012 11:52, schrieb Willie WY Wong:
  Xpdf is looking for fonts in places that are strange:
  
  
  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.)
 
 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?

I have not tested many readers. But gv and epdfview (which are both
installed on my system) do not have this problem.

W
-- 
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton




Re: [gentoo-user] xpdf - missing fonts

2012-01-05 Thread Willie WY Wong
On Wed, Jan 04, 2012 at 08:51:22AM -0700, Penguin Lover Joseph squawked:
 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/s05l.pfb
 displayFontT1 ZapfDingbats  
 /usr/share/fonts/urw-fonts/d05l.pfb
 
 solves the problem with missing fonts but I still get a message:

Indeed! Thanks for the tip. 

 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

I could've sworn I've also frequently seen that warning. But I don't
see them now. Do they depend on the pdf you try to open? 

 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.
 

It should be the same font as other user interface elements, and
controlled via the -font option. Hum actually that shows where
the Missing charsets in String to FontSet conversion warning for me!
By changing to a different fonts for the interface I can sometimes
reproduce the warning. So maybe setting the font will help. You can
also make that setting systemwide by putting an appropriate
incantation in xpdfrc, according to 'man xpdf'.

Cheers, 

W
-- 
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton




Re: [gentoo-user] xpdf - missing fonts

2012-01-05 Thread Joseph

On 01/05/12 09:59, Willie WY Wong wrote:
[snip]


It should be the same font as other user interface elements, and
controlled via the -font option. Hum actually that shows where
the Missing charsets in String to FontSet conversion warning for me!
By changing to a different fonts for the interface I can sometimes
reproduce the warning. So maybe setting the font will help. You can
also make that setting systemwide by putting an appropriate
incantation in xpdfrc, according to 'man xpdf'.

Cheers,

W
--
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
et vice versa   ~~~  I. Newton


How to you control it via -font option?
It seems to me I'm missing some fonts or they are not correctly setup.
I've added these fonts to /etc/xpdfrc but it did not help. 


--
Joseph



Re: [gentoo-user] xpdf - missing fonts

2012-01-05 Thread Joseph

On 01/05/12 09:49, Willie WY Wong wrote:


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?


I have not tested many readers. But gv and epdfview (which are both
installed on my system) do not have this problem.

W
--
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
et vice versa   ~~~  I. Newton


I tred to compile epdfview but it failed:

JobPrint.cxx: In member function ‘guint ePDFView::JobPrint::setUpPageRange()’:
JobPrint.cxx:379:56: warning: suggest parentheses around ‘’ within ‘||’
PDFDocument.cxx: In member function ‘virtual ePDFView::DocumentPage* 
ePDFView::PDFDocument::renderPage(gint)’:
PDFDocument.cxx:618:62: error: ‘poppler_page_render_to_pixbuf’ was not declared 
in this scope
PDFDocument.cxx: In member function ‘virtual gboolean 
ePDFView::PDFDocument::loadFile(const gchar*, const gchar*, GError**)’:
PDFDocument.cxx:231:45: warning: ignoring return value of ‘ssize_t write(int, 
const void*, size_t)’, declared with attribute warn_unused_result
make[3]: *** [libepdfview_a-PDFDocument.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory 
`/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/app-text/epdfview-0.1.6-r1/work/epdfview-0.1.6'
make: *** [all] Error 2
emake failed
 * ERROR: app-text/epdfview-0.1.6-r1 failed (compile phase):
 *   emake failed
 * 
 * Call stack:

 *  ebuild.sh, line   75:  Called src_compile
 *environment, line 2114:  Called _eapi2_src_compile
 *   phase-helpers.sh, line  577:  Called die
 * The specific snippet of code:
 *  emake || die emake failed

--
Joseph



Re: [gentoo-user] xpdf - missing fonts

2012-01-04 Thread Willie WY Wong
On Tue, Jan 03, 2012 at 04:42:43PM -0700, Penguin Lover Joseph squawked:
 On 01/04/12 00:20, Florian Philipp wrote:
 Am 03.01.2012 23:15, schrieb Joseph:
  xpdf it complains about missing fonts
  xpdf hl5370d_ukeng_usr.pdf Error: No display font for 'Courier'
  Error: No display font for 'Courier-Bold'
  Error: No display font for 'Courier-BoldOblique'
  Error: No display font for 'Courier-Oblique'
  Error: No display font for 'Helvetica'
  Error: No display font for 'Helvetica-Bold'
  Error: No display font for 'Helvetica-BoldOblique'
  Error: No display font for 'Helvetica-Oblique'
  Error: No display font for 'Symbol'
  Error: No display font for 'Times-Bold'
  Error: No display font for 'Times-BoldItalic'
  Error: No display font for 'Times-Italic'
  Error: No display font for 'Times-Roman'
  Error: No display font for 'ZapfDingbats'
  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
 
  Anybody knows how to install them?

Xpdf is looking for fonts in places that are strange:


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
-- 
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton




Re: [gentoo-user] xpdf - missing fonts

2012-01-04 Thread Florian Philipp
Am 04.01.2012 11:52, schrieb Willie WY Wong:
 On Tue, Jan 03, 2012 at 04:42:43PM -0700, Penguin Lover Joseph squawked:
 On 01/04/12 00:20, Florian Philipp wrote:
 Am 03.01.2012 23:15, schrieb Joseph:
 xpdf it complains about missing fonts
 xpdf hl5370d_ukeng_usr.pdf Error: No display font for 'Courier'
 Error: No display font for 'Courier-Bold'
 Error: No display font for 'Courier-BoldOblique'
 Error: No display font for 'Courier-Oblique'
 Error: No display font for 'Helvetica'
 Error: No display font for 'Helvetica-Bold'
 Error: No display font for 'Helvetica-BoldOblique'
 Error: No display font for 'Helvetica-Oblique'
 Error: No display font for 'Symbol'
 Error: No display font for 'Times-Bold'
 Error: No display font for 'Times-BoldItalic'
 Error: No display font for 'Times-Italic'
 Error: No display font for 'Times-Roman'
 Error: No display font for 'ZapfDingbats'
 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

 Anybody knows how to install them?
 
 Xpdf is looking for fonts in places that are strange:
 
 
 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



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xpdf - missing fonts

2012-01-04 Thread Joseph

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/s05l.pfb
displayFontT1 ZapfDingbats  /usr/share/fonts/urw-fonts/d05l.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



[gentoo-user] xpdf - missing fonts

2012-01-03 Thread Joseph
xpdf it complains about missing fonts 

xpdf hl5370d_ukeng_usr.pdf 
Error: No display font for 'Courier'

Error: No display font for 'Courier-Bold'
Error: No display font for 'Courier-BoldOblique'
Error: No display font for 'Courier-Oblique'
Error: No display font for 'Helvetica'
Error: No display font for 'Helvetica-Bold'
Error: No display font for 'Helvetica-BoldOblique'
Error: No display font for 'Helvetica-Oblique'
Error: No display font for 'Symbol'
Error: No display font for 'Times-Bold'
Error: No display font for 'Times-BoldItalic'
Error: No display font for 'Times-Italic'
Error: No display font for 'Times-Roman'
Error: No display font for 'ZapfDingbats'
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

Anybody knows how to install them?

--
Joseph



Re: [gentoo-user] xpdf - missing fonts

2012-01-03 Thread Florian Philipp
Am 03.01.2012 23:15, schrieb Joseph:
 xpdf it complains about missing fonts
 xpdf hl5370d_ukeng_usr.pdf Error: No display font for 'Courier'
 Error: No display font for 'Courier-Bold'
 Error: No display font for 'Courier-BoldOblique'
 Error: No display font for 'Courier-Oblique'
 Error: No display font for 'Helvetica'
 Error: No display font for 'Helvetica-Bold'
 Error: No display font for 'Helvetica-BoldOblique'
 Error: No display font for 'Helvetica-Oblique'
 Error: No display font for 'Symbol'
 Error: No display font for 'Times-Bold'
 Error: No display font for 'Times-BoldItalic'
 Error: No display font for 'Times-Italic'
 Error: No display font for 'Times-Roman'
 Error: No display font for 'ZapfDingbats'
 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
 
 Anybody knows how to install them?
 

They should be part of media-fonts/corefonts. Maybe you have to activate
the X use flag for them.

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xpdf - missing fonts

2012-01-03 Thread Joseph

On 01/04/12 00:20, Florian Philipp wrote:

Am 03.01.2012 23:15, schrieb Joseph:

xpdf it complains about missing fonts
xpdf hl5370d_ukeng_usr.pdf Error: No display font for 'Courier'
Error: No display font for 'Courier-Bold'
Error: No display font for 'Courier-BoldOblique'
Error: No display font for 'Courier-Oblique'
Error: No display font for 'Helvetica'
Error: No display font for 'Helvetica-Bold'
Error: No display font for 'Helvetica-BoldOblique'
Error: No display font for 'Helvetica-Oblique'
Error: No display font for 'Symbol'
Error: No display font for 'Times-Bold'
Error: No display font for 'Times-BoldItalic'
Error: No display font for 'Times-Italic'
Error: No display font for 'Times-Roman'
Error: No display font for 'ZapfDingbats'
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

Anybody knows how to install them?



They should be part of media-fonts/corefonts. Maybe you have to activate
the X use flag for them.

Regards,
Florian Philipp


Core fonts is built with X flag enabled.

[ebuild   R] media-fonts/corefonts-1-r4  USE=X 0 kB

I compare the fonts to my other system that is working correctly and both boxes use the same fonts package so I can not figure it out why xpdf is complaining on missing 
fonts.


Here is my list:
drwxr-xr-x 2 root root  4096 Jan  3 15:03 100dpi
drwxr-xr-x 2 root root  4096 Jan  3 15:03 75dpi
drwxr-xr-x 2 root root  4096 Jan  3 16:22 arphicfonts
drwxr-xr-x 2 root root  4096 Jan  3 16:33 corefonts
drwxr-xr-x 2 root root  4096 Jan  3 15:03 cyrillic
drwxr-xr-x 2 root root  4096 Dec 18 02:05 dejavu
drwxr-xr-x 3 root root  4096 Dec 18 02:03 encodings
drwxr-xr-x 2 root root  4096 Jan  3 15:04 liberation-fonts
drwxr-xr-x 2 root root  4096 Jan  3 15:03 misc
drwxr-xr-x 2 root root  4096 Jan  3 16:30 Speedo
drwxr-xr-x 2 root root 12288 Jan  3 15:02 terminus
drwxr-xr-x 2 root root  4096 Jan  3 15:03 TTF
drwxr-xr-x 2 root root  4096 Jan  3 16:31 ttf-bitstream-vera
drwxr-xr-x 2 root root  4096 Jan  3 15:03 Type1
drwxr-xr-x 2 root root  4096 Dec 18 02:05 urw-fonts
drwxr-xr-x 2 root root  4096 Dec 18 01:14 util

--
Joseph