fontconfig: init

This commit is contained in:
Josh Lay 2024-08-24 18:34:27 -05:00
parent 57a364eb0e
commit fd1ce9aa76
No known key found for this signature in database
GPG key ID: 47AA304B2243B579
4 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf

View file

@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/10-hinting-slight.conf

View file

@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf

View file

@ -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>