]> git.wh0rd.org - fontconfig.git/commitdiff
Change comments a bit in fonts.conf.in
authorKeith Packard <keithp@keithp.com>
Thu, 3 Oct 2002 22:06:27 +0000 (22:06 +0000)
committerKeith Packard <keithp@keithp.com>
Thu, 3 Oct 2002 22:06:27 +0000 (22:06 +0000)
fonts.conf.in

index c697706e0a4f863872d5384c7790b8c527c44a1a..f230ff17ff65dc332cf70f8448dc9415f9952956 100644 (file)
        changes to fonts@xfree86.org so that future releases can include
        such changes.
 
+       Note that the normal 'make install' procedure for XFree86 is to
+       replace any existing fonts.conf file with the new version.  Place
+       any local customizations in local.conf which this file references.
+
        Keith Packard
 -->
 
@@ -29,6 +33,9 @@
 <!--
   Enable sub-pixel rendering
        <match target="font">
+               <test qual="all" name="rgba">
+                       <const>unknown</const>
+               </test>
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
        </match>
 -->