summaryrefslogtreecommitdiff
path: root/sdk_fonts_fc/99-slp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sdk_fonts_fc/99-slp.conf')
-rwxr-xr-xsdk_fonts_fc/99-slp.conf33
1 files changed, 31 insertions, 2 deletions
diff --git a/sdk_fonts_fc/99-slp.conf b/sdk_fonts_fc/99-slp.conf
index f11932a..0cbf470 100755
--- a/sdk_fonts_fc/99-slp.conf
+++ b/sdk_fonts_fc/99-slp.conf
@@ -23,7 +23,7 @@
<fontconfig>
<!--
- Accept deprecated 'SLP' alias, replacing it with 'Helvetica'
+ Accept deprecated 'Tizen' alias, replacing it with 'TizenSans'
-->
<match target="pattern">
<!-- check to see if the font is just regular -->
@@ -31,7 +31,36 @@
<string>SLP</string>
</test>
<edit name="family" mode="assign">
- <string>SLPSans</string>
+ <string>TizenSans</string>
</edit>
</match>
+
+ <match target="pattern">
+ <!-- check to see if the font is just regular -->
+ <test qual="any" name="family">
+ <string>Tizen</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>TizenSans</string>
+ </edit>
+ </match>
+
+ <match>
+ <test name="lang" compare="contains">
+ <string>ko</string>
+ </test>
+ <test name="family">
+ <string>TizenSans</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>TizenSansKorean</string>
+ </edit>
+ </match>
+
+ <alias binding="strong">
+ <family>TizenSans</family>
+ <prefer>
+ <family>TizenSans</family>
+ </prefer>
+ </alias>
</fontconfig>