summaryrefslogtreecommitdiff
path: root/sdk_fonts_fc
diff options
context:
space:
mode:
authorSeo Minsu <minsu15.seo@samsung.com>2012-12-13 10:19:31 +0900
committerSeo Minsu <minsu15.seo@samsung.com>2012-12-13 10:19:31 +0900
commitdc9fc149197fa4d7015670f4cff613f4d0537e36 (patch)
tree226cb8087bf36feb08c53c15b38dcf57bfd8de99 /sdk_fonts_fc
parent50785a3677b0c33b25d6110977cb42fb4d4a885b (diff)
downloaddefault-fonts-fc-sdk-dc9fc149197fa4d7015670f4cff613f4d0537e36.tar.gz
default-fonts-fc-sdk-dc9fc149197fa4d7015670f4cff613f4d0537e36.tar.bz2
default-fonts-fc-sdk-dc9fc149197fa4d7015670f4cff613f4d0537e36.zip
[Title] add font name Tizen
[Issue#] add font name Tizen [Problem] change font name frome SLP to Tizen [Cause] font name SLP should be removed [Solution] font name SLP should be removed and add font name Tizen [SCMRequest] add font name Tizen Change-Id: Ia888ed6cc2347511a3fc56380638cf369974464e
Diffstat (limited to 'sdk_fonts_fc')
-rwxr-xr-xsdk_fonts_fc/99-slp.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/sdk_fonts_fc/99-slp.conf b/sdk_fonts_fc/99-slp.conf
index 43a2a9b..7fd3b18 100755
--- a/sdk_fonts_fc/99-slp.conf
+++ b/sdk_fonts_fc/99-slp.conf
@@ -34,4 +34,14 @@
<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>
</fontconfig>