Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108358515
D7841.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D7841.diff
View Options
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 @@
<application>GNOME</application>, and
<application>Firefox</application>.</para>
- <para>In order to control which fonts are anti-aliased, or to
+ <para>To control which fonts are anti-aliased, or to
configure anti-aliasing properties, create (or edit, if it
already exists) the file
<filename>/usr/local/etc/fonts/local.conf</filename>. Several
@@ -1078,15 +1078,15 @@
<para>As previously stated, all fonts in
<filename>/usr/local/share/fonts/</filename> as well as
<filename>~/.fonts/</filename> 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
<filename>/usr/local/etc/fonts/local.conf</filename>:</para>
<programlisting><dir>/path/to/my/fonts</dir></programlisting>
<para>After adding new fonts, and especially new font
- directories, you should run the following command to rebuild
+ directories, rebuild
the font caches:</para>
<screen>&prompt.root; <userinput>fc-cache -f</userinput></screen>
@@ -1120,13 +1120,13 @@
<secondary>spacing</secondary>
</indexterm>
- <para>Spacing for some monospaced fonts may also be
+ <para>Spacing for some monospaced fonts might also be
inappropriate with anti-aliasing. This seems to be an issue
with <application>KDE</application>, in particular. One
- possible fix for this is to force the spacing for such fonts
- to be 100. Add the following lines:</para>
+ possible fix is to force the spacing for such fonts
+ to be 100. Add these lines:</para>
- <programlisting> <match target="pattern" name="family">
+ <programlisting> <match target="pattern" name="family">
<test qual="any" name="family">
<string>fixed</string>
</test>
@@ -1170,16 +1170,15 @@
</edit>
</match> </programlisting>
- <para>Once you have finished editing
- <filename>local.conf</filename> make sure you end the file
+ <para>After editing
+ <filename>local.conf</filename>, make certain to end the file
with the <literal></fontconfig></literal> tag. Not
- doing this will cause your changes to be ignored.</para>
+ doing this will cause changes to be ignored.</para>
- <para>Finally, users can add their own settings via their
- personal <filename>.fonts.conf</filename> files. To do this,
- each user should simply create a
- <filename>~/.fonts.conf</filename>. This file must also be in
- XML format.</para>
+ <para>Users can add personalized settings by creating their own
+ <filename>~/.config/fontconfig/fonts.conf</filename>. This
+ file uses the same <acronym>XML</acronym> format described
+ above.</para>
<indexterm><primary>LCD screen</primary></indexterm>
<indexterm><primary>Fonts</primary>
@@ -1192,7 +1191,7 @@
dramatic. To enable this, add the line somewhere in
<filename>local.conf</filename>:</para>
- <programlisting><match target="font">
+ <programlisting> <match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 3:22 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16121529
Default Alt Text
D7841.diff (3 KB)
Attached To
Mode
D7841: Fix bug #193612
Attached
Detach File
Event Timeline
Log In to Comment