|
From: Ethan A M. <sf...@us...> - 2011-04-13 16:00:00
|
pl...@pi... wrote > > Hi Ethan, > > Thanks for sharing your deep understanding of all this and providing the > patch. > > Gentoo devs have been very responsive and that patch is already in thier > ebuild system. (By default it is configured with the fontconfig option ) > > *however*, even after a full reboot, if I unset GDFONTPATH I still get > the font fallback just as before. I don't know whether the configuration layout is the same on Gentoo, but on my systems the key thing in order for fontconfig to work is to create and customize this file: [1] cat /etc/fonts/local.conf <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>/home/local/share/ttfonts</dir> </fontconfig> cheers, Ethan |