Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 360735

Summary: Bad/insufficient ZapfDingbats entry in 30-urw-aliases.conf of media-libs/fontconfig-2.8.0
Product: Gentoo Linux Reporter: Evgeny Stambulchik <fnevgeny>
Component: [OLD] LibraryAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Evgeny Stambulchik 2011-03-27 08:51:02 UTC
Any text typeset in the ZapfDingbats font is shown wrongly in poppler-based viewers, e.g., xpdf. This boils down to 

	<alias binding="same">
	  <family>Zapf Dingbats</family>
	  <accept><family>Dingbats</family></accept>
	</alias>

instead of

	<alias binding="same">
	  <family>ZapfDingbats</family>
	  <accept><family>Dingbats</family></accept>
	</alias>

(notice the space between "Zapf" and "Dingbats" in the original file).
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2011-03-30 02:36:02 UTC
Fixed long ago.  Try -r1, it just went stable.

*** This bug has been marked as a duplicate of bug 303591 ***