fontconfig: init
This commit is contained in:
parent
57a364eb0e
commit
fd1ce9aa76
4 changed files with 12 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/fontconfig/conf.avail/10-hinting-slight.conf
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
Loading…
Reference in a new issue