diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 13:18:35 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 13:18:35 +0200 |
commit | 7ed8dae30291a91be1f65e3171c54439085bb41f (patch) | |
tree | b2666e58904538fc19f7c23c1c7f85f7861ce560 /testing/otf-cantarell/90-non-tt-cantarell.conf | |
parent | d5cadfd321b7ca88b162f8894b11f26a0f856d27 (diff) | |
download | aports-7ed8dae30291a91be1f65e3171c54439085bb41f.tar.bz2 aports-7ed8dae30291a91be1f65e3171c54439085bb41f.tar.xz |
testing/otf-cantarell: new aport
Diffstat (limited to 'testing/otf-cantarell/90-non-tt-cantarell.conf')
-rw-r--r-- | testing/otf-cantarell/90-non-tt-cantarell.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/otf-cantarell/90-non-tt-cantarell.conf b/testing/otf-cantarell/90-non-tt-cantarell.conf new file mode 100644 index 0000000000..081668b68e --- /dev/null +++ b/testing/otf-cantarell/90-non-tt-cantarell.conf @@ -0,0 +1,50 @@ +<?xml version='1.0'?> +<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> +<fontconfig> + + <match target="font"> + <test name="family"> + <string>Cantarell</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>Cantarell</string> + </test> + <test name="weight" compare="less"> + <const>medium</const> + </test> + <test name="pixelsize" compare="more"> + <double>10.5</double> + </test> + <test name="pixelsize" compare="less"> + <double>13.5</double> + </test> + <edit name="autohint" mode="assign"> + <bool>false</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintfull</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + +</fontconfig> |