Fix a typo (s/knowning/knowing/), and change Xft to libXft.
This commit is contained in:
parent
30e14310c2
commit
425d69be51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21004
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!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 % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -476,9 +476,9 @@ Load "type1"
|
|||
<li style="padding-bottom: 0.5em"><a name="q11"></a>
|
||||
<p><b>How can I control what fonts are anti-aliased?</b></p>
|
||||
<!-- A11 -->
|
||||
<p>GNOME &gnomever; makes use of Xft and fontconfig to handle
|
||||
anti-aliasing. Fontconfig is a very powerful XML-based
|
||||
font configuration package. You can create a
|
||||
<p>GNOME &gnomever; makes use of libXft and fontconfig to
|
||||
handle anti-aliasing. Fontconfig is a very powerful
|
||||
XML-based font configuration package. You can create a
|
||||
<tt>~/.fonts.conf</tt> file that controls virtually
|
||||
every aspect of fontconfig. For example, if you do not
|
||||
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
|
||||
on the main Tinderbox page. Once you have the correct
|
||||
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
|
||||
installing on FreeBSD 5.2.1, set <tt>PACKAGESITE</tt> to
|
||||
the following:</p>
|
||||
|
|
Loading…
Reference in a new issue