Where Did the Courier and Helvetica Fonts Go?
The fonts installed correctly and were where they were supposed to be but none of my applications could see them. It turns out the same was true of Courier, Helvetica, Biitstream Charter, and a host of other fonts traditionally included with X.org and XFree86. All were installed on my system but none were available. The problem originated upstream from Vector Linux. I still don’t know whether or not this is a Slackware issue or an X.org issue in release 7.3. I do know that some other popular distros don’t have the problem. However, since it’s easy to fix and undoubtedly affects other distros, not just Vector Linux, I thought I’d share what the source ot the problem is and how to solve it. It turns out that by default only TTF and OTF fonts are enabled. This is actually determined by the default /etc/fonts/fonts.conf file which is part of the fontconfig package. This makes installing a font package containing another type of fonts, for example the Adobe Type 1 fonts in the Culmus package, pointless. For Russian and other Slavic language speakers it also disables most of the Cyrillic fonts that are included with X. <dir>/usr/share/fonts/Type1</dir> <dir>usr/share/fonts/misc</dir>You could easily add cimilar lines for cyrillic or 75dpi or 100dpi if you want those fonts. Once you’re done editing the file you need to execute two commands as root: fc-cache xset fp rehashThe fonts should then be available. That’s it! For Vector Linux users: I am submitting revised fontconfig packages for both 32-bit and 64-bit VL that will resolve this issue. |
|
This topic does not have any threads posted yet!
You cannot post until you login.