2003-02-24 18:18:50 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- /etc/fonts/local.conf file for local customizations -->
|
|
|
|
<fontconfig>
|
2003-04-04 22:17:40 +02:00
|
|
|
<!--
|
|
|
|
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>
|
|
|
|
-->
|
2003-02-24 18:18:50 +01:00
|
|
|
</fontconfig>
|