Browse Source
system/ttf-arphic-uming: Updated for version 0.2.20080216.2.
system/ttf-arphic-uming: Updated for version 0.2.20080216.2.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/177/head
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
10 changed files with 257 additions and 180 deletions
-
33system/ttf-arphic-uming/25-ttf-arphic-uming-bitmaps.conf
-
12system/ttf-arphic-uming/25-ttf-arphic-uming-render.conf
-
218system/ttf-arphic-uming/30-fix-fontconfig-syntax.patch
-
13system/ttf-arphic-uming/35-ttf-arphic-uming-aliases.conf
-
41system/ttf-arphic-uming/41-ttf-arphic-uming.conf
-
25system/ttf-arphic-uming/64-ttf-arphic-uming.conf
-
21system/ttf-arphic-uming/90-ttf-arphic-uming-embolden.conf
-
28system/ttf-arphic-uming/README
-
40system/ttf-arphic-uming/ttf-arphic-uming.SlackBuild
-
6system/ttf-arphic-uming/ttf-arphic-uming.info
@ -1,33 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<fontconfig> |
|||
|
|||
<match target="font"> |
|||
<test name="family"> |
|||
<string>AR PL UMing CN</string> |
|||
<!-- |
|||
<string>AR PL UMing HK</string> |
|||
<string>AR PL UMing TW</string> |
|||
<string>AR PL UMing TW MBE</string> |
|||
--> |
|||
</test> |
|||
<edit name="antialias"><bool>false</bool></edit> |
|||
<edit name="hinting"><bool>true</bool></edit> |
|||
<edit name="autohint"><bool>false</bool></edit> |
|||
</match> |
|||
|
|||
<match target="font"> |
|||
<test name="family"> |
|||
<string>AR PL UMing CN</string> |
|||
<!-- |
|||
<string>AR PL UMing HK</string> |
|||
<string>AR PL UMing TW</string> |
|||
<string>AR PL UMing TW MBE</string> |
|||
--> |
|||
</test> |
|||
<test name="pixelsize" compare="more_eq"><int>17</int></test> |
|||
<edit name="antialias" mode="assign"><bool>true</bool></edit> |
|||
<edit name="hinting" mode="assign"><bool>true</bool></edit> |
|||
</match> |
|||
|
|||
</fontconfig> |
@ -1,12 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<fontconfig> |
|||
<match target="font"> |
|||
<test name="family" compare="contains" > |
|||
<string>AR PL UMing</string> |
|||
</test> |
|||
<edit name="globaladvance"><bool>false</bool></edit> |
|||
<edit name="spacing"><int>90</int></edit> |
|||
<edit name="minspace"><bool>false</bool></edit> |
|||
</match> |
|||
</fontconfig> |
@ -0,0 +1,218 @@ |
|||
From: Iain Lane <iain.lane@canonical.com> |
|||
Date: Wed, 30 Oct 2013 22:17:18 +0100 |
|||
Subject: Use correct fontconfig syntax for disjunction and don't include |
|||
multiple elements in test/alias |
|||
|
|||
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687043 |
|||
---
|
|||
25-arphic-uming-bitmaps.conf | 44 ++++++++++++++++++++++++++++++++++++++++++-- |
|||
41-arphic-uming.conf | 32 +++++++++++++++++++++++++++++++- |
|||
64-arphic-uming.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ |
|||
3 files changed, 117 insertions(+), 3 deletions(-) |
|||
|
|||
diff --git a/25-arphic-uming-bitmaps.conf b/25-arphic-uming-bitmaps.conf
|
|||
index c4e1da4..93d96c2 100644
|
|||
--- a/25-arphic-uming-bitmaps.conf
|
|||
+++ b/25-arphic-uming-bitmaps.conf
|
|||
@@ -5,25 +5,65 @@
|
|||
<match target="font"> |
|||
<test name="family"> |
|||
<string>AR PL UMing CN</string> |
|||
+ </test>
|
|||
+ <edit name="antialias"><bool>false</bool></edit>
|
|||
+ <edit name="hinting"><bool>true</bool></edit>
|
|||
+ <edit name="autohint"><bool>false</bool></edit>
|
|||
+ </match>
|
|||
+ <match target="font">
|
|||
+ <test name="family">
|
|||
<string>AR PL UMing HK</string> |
|||
+ </test>
|
|||
+ <edit name="antialias"><bool>false</bool></edit>
|
|||
+ <edit name="hinting"><bool>true</bool></edit>
|
|||
+ <edit name="autohint"><bool>false</bool></edit>
|
|||
+ </match>
|
|||
+ <match target="font">
|
|||
+ <test name="family">
|
|||
<string>AR PL UMing TW</string> |
|||
+ </test>
|
|||
+ <edit name="antialias"><bool>false</bool></edit>
|
|||
+ <edit name="hinting"><bool>true</bool></edit>
|
|||
+ <edit name="autohint"><bool>false</bool></edit>
|
|||
+ </match>
|
|||
+ <match target="font">
|
|||
+ <test name="family">
|
|||
<string>AR PL UMing TW MBE</string> |
|||
</test> |
|||
<edit name="antialias"><bool>false</bool></edit> |
|||
<edit name="hinting"><bool>true</bool></edit> |
|||
<edit name="autohint"><bool>false</bool></edit> |
|||
</match> |
|||
-
|
|||
<match target="font"> |
|||
<test name="family"> |
|||
<string>AR PL UMing CN</string> |
|||
+ </test>
|
|||
+ <test name="pixelsize" compare="more_eq"><int>17</int></test>
|
|||
+ <edit name="antialias" mode="assign"><bool>true</bool></edit>
|
|||
+ <edit name="hinting" mode="assign"><bool>true</bool></edit>
|
|||
+ </match>
|
|||
+ <match target="font">
|
|||
+ <test name="family">
|
|||
<string>AR PL UMing HK</string> |
|||
+ </test>
|
|||
+ <test name="pixelsize" compare="more_eq"><int>17</int></test>
|
|||
+ <edit name="antialias" mode="assign"><bool>true</bool></edit>
|
|||
+ <edit name="hinting" mode="assign"><bool>true</bool></edit>
|
|||
+ </match>
|
|||
+ <match target="font">
|
|||
+ <test name="family">
|
|||
<string>AR PL UMing TW</string> |
|||
+ </test>
|
|||
+ <test name="pixelsize" compare="more_eq"><int>17</int></test>
|
|||
+ <edit name="antialias" mode="assign"><bool>true</bool></edit>
|
|||
+ <edit name="hinting" mode="assign"><bool>true</bool></edit>
|
|||
+ </match>
|
|||
+ <match target="font">
|
|||
+ <test name="family">
|
|||
<string>AR PL UMing TW MBE</string> |
|||
</test> |
|||
<test name="pixelsize" compare="more_eq"><int>17</int></test> |
|||
<edit name="antialias" mode="assign"><bool>true</bool></edit> |
|||
<edit name="hinting" mode="assign"><bool>true</bool></edit> |
|||
</match> |
|||
-
|
|||
</fontconfig> |
|||
diff --git a/41-arphic-uming.conf b/41-arphic-uming.conf
|
|||
index 7e2f12b..4f91a4d 100644
|
|||
--- a/41-arphic-uming.conf
|
|||
+++ b/41-arphic-uming.conf
|
|||
@@ -7,22 +7,52 @@
|
|||
--> |
|||
<alias> |
|||
<family>AR PL ShanHeiSun Uni</family> |
|||
+ <default><family>serif</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL ShanHeiSun Uni MBE</family> |
|||
+ <default><family>serif</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing CN</family> |
|||
+ <default><family>serif</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing HK</family> |
|||
+ <default><family>serif</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing TW</family> |
|||
+ <default><family>serif</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing TW MBE</family> |
|||
<default><family>serif</family></default> |
|||
</alias> |
|||
<!-- |
|||
Monospace faces |
|||
--> |
|||
- <alias>
|
|||
+ <alias>
|
|||
<family>AR PL ShanHeiSun Uni</family> |
|||
+ <default><family>monospace</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL ShanHeiSun Uni MBE</family> |
|||
+ <default><family>monospace</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing CN</family> |
|||
+ <default><family>monospace</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing HK</family> |
|||
+ <default><family>monospace</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing TW</family> |
|||
+ <default><family>monospace</family></default>
|
|||
+ </alias>
|
|||
+ <alias>
|
|||
<family>AR PL UMing TW MBE</family> |
|||
<default><family>monospace</family></default> |
|||
</alias> |
|||
diff --git a/64-arphic-uming.conf b/64-arphic-uming.conf
|
|||
index dd3ec7e..b20b2ad 100644
|
|||
--- a/64-arphic-uming.conf
|
|||
+++ b/64-arphic-uming.conf
|
|||
@@ -4,6 +4,17 @@
|
|||
<match target="pattern"> |
|||
<test qual="any" name="lang" compare="contains"> |
|||
<string>zh-cn</string> |
|||
+ </test>
|
|||
+ <test qual="any" name="family">
|
|||
+ <string>serif</string>
|
|||
+ </test>
|
|||
+ <edit name="family" mode="prepend" binding="strong">
|
|||
+ <string>AR PL UMing CN</string>
|
|||
+ </edit>
|
|||
+ </match>
|
|||
+
|
|||
+ <match target="pattern">
|
|||
+ <test qual="any" name="lang" compare="contains">
|
|||
<string>zh-sg</string> |
|||
</test> |
|||
<test qual="any" name="family"> |
|||
@@ -17,6 +28,17 @@
|
|||
<match target="pattern"> |
|||
<test qual="any" name="lang" compare="contains"> |
|||
<string>zh-cn</string> |
|||
+ </test>
|
|||
+ <test name="family">
|
|||
+ <string>AR PL UMing CN</string>
|
|||
+ </test>
|
|||
+ <edit name="family" mode="append" binding="strong">
|
|||
+ <string>DejaVu Serif</string>
|
|||
+ </edit>
|
|||
+ </match>
|
|||
+
|
|||
+ <match target="pattern">
|
|||
+ <test qual="any" name="lang" compare="contains">
|
|||
<string>zh-sg</string> |
|||
</test> |
|||
<test name="family"> |
|||
@@ -30,6 +52,17 @@
|
|||
<match target="pattern"> |
|||
<test qual="any" name="lang" compare="contains"> |
|||
<string>zh-hk</string> |
|||
+ </test>
|
|||
+ <test qual="any" name="family">
|
|||
+ <string>serif</string>
|
|||
+ </test>
|
|||
+ <edit name="family" mode="prepend" binding="strong">
|
|||
+ <string>AR PL UMing HK</string>
|
|||
+ </edit>
|
|||
+ </match>
|
|||
+
|
|||
+ <match target="pattern">
|
|||
+ <test qual="any" name="lang" compare="contains">
|
|||
<string>zh-mo</string> |
|||
</test> |
|||
<test qual="any" name="family"> |
|||
@@ -43,6 +76,17 @@
|
|||
<match target="pattern"> |
|||
<test qual="any" name="lang" compare="contains"> |
|||
<string>zh-hk</string> |
|||
+ </test>
|
|||
+ <test name="family">
|
|||
+ <string>AR PL UMing HK</string>
|
|||
+ </test>
|
|||
+ <edit name="family" mode="append" binding="strong">
|
|||
+ <string>DejaVu Serif</string>
|
|||
+ </edit>
|
|||
+ </match>
|
|||
+
|
|||
+ <match target="pattern">
|
|||
+ <test qual="any" name="lang" compare="contains">
|
|||
<string>zh-mo</string> |
|||
</test> |
|||
<test name="family"> |
@ -1,13 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<fontconfig> |
|||
<alias binding="same"> |
|||
<family>AR PL ShanHeiSun Uni</family> |
|||
<prefer><family>AR PL UMing HK</family></prefer> |
|||
</alias> |
|||
|
|||
<alias binding="same"> |
|||
<family>AR PL ShanHeiSun Uni MBE</family> |
|||
<prefer><family>AR PL UMing TW MBE</family></prefer> |
|||
</alias> |
|||
</fontconfig> |
@ -1,41 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<fontconfig> |
|||
|
|||
<!-- |
|||
Serif faces |
|||
--> |
|||
<alias> |
|||
<family>AR PL ShanHeiSun Uni</family> |
|||
<family>AR PL ShanHeiSun Uni MBE</family> |
|||
<family>AR PL UMing CN</family> |
|||
<family>AR PL UMing HK</family> |
|||
<family>AR PL UMing TW</family> |
|||
<family>AR PL UMing TW MBE</family> |
|||
<default><family>serif</family></default> |
|||
</alias> |
|||
<!-- |
|||
Sans-serif faces |
|||
--> |
|||
<alias> |
|||
<family>AR PL ShanHeiSun Uni</family> |
|||
<family>AR PL ShanHeiSun Uni MBE</family> |
|||
<family>AR PL UMing CN</family> |
|||
<family>AR PL UMing HK</family> |
|||
<family>AR PL UMing TW</family> |
|||
<family>AR PL UMing TW MBE</family> |
|||
<default><family>sans-serif</family></default> |
|||
</alias> |
|||
<!-- |
|||
Monospace faces |
|||
--> |
|||
<alias> |
|||
<family>AR PL ShanHeiSun Uni</family> |
|||
<family>AR PL ShanHeiSun Uni MBE</family> |
|||
<family>AR PL UMing CN</family> |
|||
<family>AR PL UMing HK</family> |
|||
<family>AR PL UMing TW</family> |
|||
<family>AR PL UMing TW MBE</family> |
|||
<default><family>monospace</family></default> |
|||
</alias> |
|||
</fontconfig> |
@ -1,25 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<fontconfig> |
|||
<alias> |
|||
<family>serif</family> |
|||
<prefer> |
|||
<family>AR PL UMing HK</family> |
|||
<family>AR PL UMing CN</family> |
|||
</prefer> |
|||
</alias> |
|||
<alias> |
|||
<family>sans-serif</family> |
|||
<prefer> |
|||
<family>AR PL UMing HK</family> |
|||
<family>AR PL UMing CN</family> |
|||
</prefer> |
|||
</alias> |
|||
<alias> |
|||
<family>monospace</family> |
|||
<prefer> |
|||
<family>AR PL UMing HK</family> |
|||
<family>AR PL UMing CN</family> |
|||
</prefer> |
|||
</alias> |
|||
</fontconfig> |
@ -1,21 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<fontconfig> |
|||
|
|||
<match target="font" > |
|||
<test name="family" compare="contains" > |
|||
<string>AR PL UMing</string> |
|||
</test> |
|||
<!-- check to see if the font is just regular --> |
|||
<test name="weight" compare="less_eq"> |
|||
<int>100</int> |
|||
</test> |
|||
<test compare="more_eq" target="pattern" name="weight" > |
|||
<int>180</int> |
|||
</test> |
|||
<edit mode="assign" name="embolden" > |
|||
<bool>true</bool> |
|||
</edit> |
|||
</match> |
|||
|
|||
</fontconfig> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue