Added default configuration files for fontconfig, gtk+ and pango.

This commit is contained in:
John Popplewell 2007-11-11 15:50:35 +00:00
parent 9d26798c71
commit ecb591e948
45 changed files with 2644 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?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>