Index: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -1054,7 +1054,7 @@ GNOME, and Firefox. - In order to control which fonts are anti-aliased, or to + To control which fonts are anti-aliased, or to configure anti-aliasing properties, create (or edit, if it already exists) the file /usr/local/etc/fonts/local.conf. Several @@ -1078,15 +1078,15 @@ As previously stated, all fonts in /usr/local/share/fonts/ as well as ~/.fonts/ are already made available to - Xft-aware applications. If you wish to add another directory - outside of these two directory trees, add a line similar to - the following to + Xft-aware applications. To add another directory + outside of these two directory trees, add a line like + this to /usr/local/etc/fonts/local.conf: <dir>/path/to/my/fonts</dir> After adding new fonts, and especially new font - directories, you should run the following command to rebuild + directories, rebuild the font caches: &prompt.root; fc-cache -f @@ -1120,13 +1120,13 @@ spacing - Spacing for some monospaced fonts may also be + Spacing for some monospaced fonts might also be inappropriate with anti-aliasing. This seems to be an issue with KDE, in particular. One - possible fix for this is to force the spacing for such fonts - to be 100. Add the following lines: + possible fix is to force the spacing for such fonts + to be 100. Add these lines: - <match target="pattern" name="family"> + <match target="pattern" name="family"> <test qual="any" name="family"> <string>fixed</string> </test> @@ -1170,16 +1170,15 @@ </edit> </match> - Once you have finished editing - local.conf make sure you end the file + After editing + local.conf, make certain to end the file with the </fontconfig> tag. Not - doing this will cause your changes to be ignored. + doing this will cause changes to be ignored. - Finally, users can add their own settings via their - personal .fonts.conf files. To do this, - each user should simply create a - ~/.fonts.conf. This file must also be in - XML format. + Users can add personalized settings by creating their own + ~/.config/fontconfig/fonts.conf. This + file uses the same XML format described + above. LCD screen Fonts @@ -1192,7 +1191,7 @@ dramatic. To enable this, add the line somewhere in local.conf: - <match target="font"> + <match target="font"> <test qual="all" name="rgba"> <const>unknown</const> </test>