2005-02-28 19:56:15 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<!-- conf.d/sub-pixel.conf -->
|
|
|
|
<fontconfig>
|
|
|
|
<!-- Enable sub-pixel rendering -->
|
|
|
|
<match target="font">
|
2006-09-04 07:28:07 +02:00
|
|
|
<edit name="rgba" mode="assign"><const>vrgb</const></edit>
|
2005-02-28 19:56:15 +01:00
|
|
|
</match>
|
|
|
|
</fontconfig>
|