xenocara/lib/fontconfig/conf.d/10-sub-pixel-vrgb.conf

10 lines
257 B
Plaintext
Raw Normal View History

2006-11-25 11:41:30 -07:00
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- conf.d/sub-pixel.conf -->
<fontconfig>
<!-- Enable sub-pixel rendering -->
<match target="font">
<edit name="rgba" mode="assign"><const>vrgb</const></edit>
</match>
</fontconfig>