diff options
author | Max Rees <maxcrees at me.com> | 2018-08-03 03:19:49 -0400 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-03 09:34:35 +0000 |
commit | d1b0a417e37f464f583aa3081c3cfd0b6fa8cabb (patch) | |
tree | acef6ee0243622551d9f897390bb80ddf31d63cc /user/ttf-noto-cjk/90-ttf-noto-cjk.conf | |
parent | 51bd041143eb3d3c55f6196832b3f1fcf6a3f667 (diff) | |
download | packages-d1b0a417e37f464f583aa3081c3cfd0b6fa8cabb.tar.gz packages-d1b0a417e37f464f583aa3081c3cfd0b6fa8cabb.tar.bz2 packages-d1b0a417e37f464f583aa3081c3cfd0b6fa8cabb.tar.xz packages-d1b0a417e37f464f583aa3081c3cfd0b6fa8cabb.zip |
user/ttf-noto-cjk: new package
Diffstat (limited to 'user/ttf-noto-cjk/90-ttf-noto-cjk.conf')
-rw-r--r-- | user/ttf-noto-cjk/90-ttf-noto-cjk.conf | 263 |
1 files changed, 263 insertions, 0 deletions
diff --git a/user/ttf-noto-cjk/90-ttf-noto-cjk.conf b/user/ttf-noto-cjk/90-ttf-noto-cjk.conf new file mode 100644 index 000000000..65c4f3bcb --- /dev/null +++ b/user/ttf-noto-cjk/90-ttf-noto-cjk.conf @@ -0,0 +1,263 @@ +<?xml version='1.0'?> +<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> +<fontconfig> + + <!-- Sans --> + + <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> + + <!-- Sans Mono --> + + <match target="font" > + <test name="family" > + <string>Noto Sans Mono 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 Mono 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 Mono 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 Mono 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> + + <!-- Serif --> + + <match target="font" > + <test name="family" > + <string>Noto Serif 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 Serif 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 Serif 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 Serif 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> |