Change comments a bit in fonts.conf.in
This commit is contained in:
parent
0d5af2ef2d
commit
0ce819b609
|
@ -11,6 +11,10 @@
|
||||||
changes to fonts@xfree86.org so that future releases can include
|
changes to fonts@xfree86.org so that future releases can include
|
||||||
such changes.
|
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
|
Keith Packard
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -29,6 +33,9 @@
|
||||||
<!--
|
<!--
|
||||||
Enable sub-pixel rendering
|
Enable sub-pixel rendering
|
||||||
<match target="font">
|
<match target="font">
|
||||||
|
<test qual="all" name="rgba">
|
||||||
|
<const>unknown</const>
|
||||||
|
</test>
|
||||||
<edit name="rgba" mode="assign"><const>rgb</const></edit>
|
<edit name="rgba" mode="assign"><const>rgb</const></edit>
|
||||||
</match>
|
</match>
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue