6bc7b7ce5d
Fonts are now generating the fonts.scale and fonts.dir at install time font-alias is not needed anymore for the above reason extract font-util and encodings out of XORG_CAT=fonts because they do not install any fonts make XORG_CAT=fonts use USES=fonts
12 lines
362 B
Text
12 lines
362 B
Text
To use these fonts, add the following line to the "Files" section of
|
|
xorg.conf:
|
|
|
|
FontPath "%%FONTSDIR%%/"
|
|
|
|
Users of older versions of X may additionally have to make sure that
|
|
the freetype module is loaded. Check /var/log/Xorg.0.log for error
|
|
messages. If freetype is required, add the following line to the
|
|
"Modules" section of xorg.conf:
|
|
|
|
Load "freetype"
|
|
|