Fix a typo (s/knowning/knowing/), and change Xft to libXft.

This commit is contained in:
Joe Marcus Clarke 2004-05-25 22:00:05 +00:00
parent 30e14310c2
commit 425d69be51
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21004

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.67 2004/04/06 22:13:14 pav Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.68 2004/04/25 05:31:13 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -476,9 +476,9 @@ Load "type1"
<li style="padding-bottom: 0.5em"><a name="q11"></a> <li style="padding-bottom: 0.5em"><a name="q11"></a>
<p><b>How can I control what fonts are anti-aliased?</b></p> <p><b>How can I control what fonts are anti-aliased?</b></p>
<!-- A11 --> <!-- A11 -->
<p>GNOME &gnomever; makes use of Xft and fontconfig to handle <p>GNOME &gnomever; makes use of libXft and fontconfig to
anti-aliasing. Fontconfig is a very powerful XML-based handle anti-aliasing. Fontconfig is a very powerful
font configuration package. You can create a XML-based font configuration package. You can create a
<tt>~/.fonts.conf</tt> file that controls virtually <tt>~/.fonts.conf</tt> file that controls virtually
every aspect of fontconfig. For example, if you do not every aspect of fontconfig. For example, if you do not
want to anti-alias fonts smaller than 16 point, create want to anti-alias fonts smaller than 16 point, create
@ -797,7 +797,7 @@ net.inet.udp.blackhole
found by clicking on the <em>Package Directory</em> link found by clicking on the <em>Package Directory</em> link
on the main Tinderbox page. Once you have the correct on the main Tinderbox page. Once you have the correct
package directory, you should append <tt>/Latest/</tt> to package directory, you should append <tt>/Latest/</tt> to
it so you can <tt>pkg_add gnome2</tt> without knowning any it so you can <tt>pkg_add gnome2</tt> without knowing any
additional version numbers. For example, if you are additional version numbers. For example, if you are
installing on FreeBSD 5.2.1, set <tt>PACKAGESITE</tt> to installing on FreeBSD 5.2.1, set <tt>PACKAGESITE</tt> to
the following:</p> the following:</p>