diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 12:18:25 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 12:18:25 +0200 |
commit | 254eea7aa00d65b5252d2a1e0f1db8bec0b0539d (patch) | |
tree | 5f8c899f27d511e64971bf185d76c893195c4a1a /testing/ttf-symbola/90-tt-symbola.conf | |
parent | 363ffedf97428f5f5e70d3490064dfd7ada535da (diff) | |
download | aports-254eea7aa00d65b5252d2a1e0f1db8bec0b0539d.tar.bz2 aports-254eea7aa00d65b5252d2a1e0f1db8bec0b0539d.tar.xz |
testing/ttf-symbola: new aport
Diffstat (limited to 'testing/ttf-symbola/90-tt-symbola.conf')
-rw-r--r-- | testing/ttf-symbola/90-tt-symbola.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/ttf-symbola/90-tt-symbola.conf b/testing/ttf-symbola/90-tt-symbola.conf new file mode 100644 index 0000000000..14a3211b7d --- /dev/null +++ b/testing/ttf-symbola/90-tt-symbola.conf @@ -0,0 +1,26 @@ +<?xml version='1.0'?> +<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> +<fontconfig> + + <match target="font"> + <test name="force_autohint"> + <bool>false</bool> + </test> + <test name="family"> + <string>Symbola</string> + </test> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="autohint" mode="assign"> + <bool>false</bool> + </edit> + </match> + +</fontconfig> |