diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 12:16:36 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 12:16:36 +0200 |
commit | 363ffedf97428f5f5e70d3490064dfd7ada535da (patch) | |
tree | 8c22fe2a92a4769d1243acca3555555cb21648be /testing/ttf-noto/90-non-tt-noto-sans-cjk.conf | |
parent | 666a8389a5bc6f2c0b847ae2a21312ae389edbfd (diff) | |
download | aports-363ffedf97428f5f5e70d3490064dfd7ada535da.tar.bz2 aports-363ffedf97428f5f5e70d3490064dfd7ada535da.tar.xz |
testing/ttf-noto: new aport
Diffstat (limited to 'testing/ttf-noto/90-non-tt-noto-sans-cjk.conf')
-rw-r--r-- | testing/ttf-noto/90-non-tt-noto-sans-cjk.conf | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/testing/ttf-noto/90-non-tt-noto-sans-cjk.conf b/testing/ttf-noto/90-non-tt-noto-sans-cjk.conf new file mode 100644 index 0000000000..92f4cff7ee --- /dev/null +++ b/testing/ttf-noto/90-non-tt-noto-sans-cjk.conf @@ -0,0 +1,89 @@ +<?xml version='1.0'?> +<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> +<fontconfig> + + <match target="font" > + <test name="family" > + <string>Noto Sans CJK SC</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> + <edit name="globaladvance"> + <bool>false</bool> + </edit> + </match> + + <match target="font" > + <test name="family" > + <string>Noto Sans CJK TC</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> + <edit name="globaladvance"> + <bool>false</bool> + </edit> + </match> + + <match target="font" > + <test name="family" > + <string>Noto Sans CJK JP</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> + <edit name="globaladvance"> + <bool>false</bool> + </edit> + </match> + + <match target="font" > + <test name="family" > + <string>Noto Sans CJK KR</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> + <edit name="globaladvance"> + <bool>false</bool> + </edit> + </match> + +</fontconfig> |