Added default configuration files for fontconfig, gtk+ and pango.
This commit is contained in:
parent
9d26798c71
commit
ecb591e948
45 changed files with 2644 additions and 0 deletions
9
win32/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf
Normal file
9
win32/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue