mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
dfc817d72f
PR: 162826 Submitted by: Ports Fury Feature safe: yes
30 lines
723 B
Plaintext
30 lines
723 B
Plaintext
Make sure that the "freetype" module is loaded. If it is not, add
|
|
the following line to the "Modules" section of your X server
|
|
configuration file:
|
|
|
|
Load "freetype"
|
|
|
|
For each language "LANG" in:
|
|
|
|
%%FONTS%%
|
|
|
|
you'll have to add "%%FONTSDIR%%/LANG" to your
|
|
X font path with the following line to the "Files" section of
|
|
X server configuration file:
|
|
|
|
FontPath "%%FONTSDIR%%/LANG"
|
|
|
|
and restart the X server.
|
|
|
|
Font collection specific configure files are installed in:
|
|
|
|
"%%CONFAVAILDIR%%"
|
|
|
|
and you have to symlink here, allowing them to be easily
|
|
installed and then enabled/disabled by adjusting the symlinks.
|
|
|
|
For each font collection information and the copyright can be
|
|
found in the font subdirectories at:
|
|
|
|
"%%FONTSDIR%%"
|