diff options
Diffstat (limited to 'gtk+-mingw/share/fontconfig/conf.avail/10-autohint.conf')
-rw-r--r-- | gtk+-mingw/share/fontconfig/conf.avail/10-autohint.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk+-mingw/share/fontconfig/conf.avail/10-autohint.conf b/gtk+-mingw/share/fontconfig/conf.avail/10-autohint.conf deleted file mode 100644 index bf08de8..0000000 --- a/gtk+-mingw/share/fontconfig/conf.avail/10-autohint.conf +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<fontconfig> -<!-- Use the Autohinter --> - <match target="font"> - <!-- - This configuration is available on the major desktop environments. - We shouldn't overwrite it with "assign" unconditionally. - Most clients may picks up the first value only. so using "append" - may simply works to avoid it. - --> - <edit name="autohint" mode="append"><bool>true</bool></edit> - </match> -</fontconfig> |