diff options
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, 0 insertions, 89 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 deleted file mode 100644 index 92f4cff7ee..0000000000 --- a/testing/ttf-noto/90-non-tt-noto-sans-cjk.conf +++ /dev/null @@ -1,89 +0,0 @@ -<?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> |