Dokumentationen » System » fonts
um herauszubekommen, welche schriften vorhanden sind, eignet sich:
xfontsel
# mkdir -p /usr/local/share/fonts/ttfonts
# cd /usr/local/share/fonts/ttfonts
# cp /Quellpfad_der_TrueType_fonts/*ttf .
# ttmkfdir -o fonts.scale
# head -1 fonts.scale > fonts.dir
# tail +2 fonts.scale | tac >> fonts.dir
# cp fonts.dir fonts.scale
/etc/X11/XF86Config-4
Section "Files"
...
FontPath "/usr/local/share/fonts/ttfonts"
Section "Module"
...
Load"freetype"