summaryrefslogtreecommitdiff
path: root/sdk_fonts_fc
diff options
context:
space:
mode:
authorKibum Kim <kb0929.kim@samsung.com>2012-02-27 21:15:51 +0900
committerKibum Kim <kb0929.kim@samsung.com>2012-02-27 21:15:51 +0900
commit09d307234071df1a9419de81d4b9b4193ea461fd (patch)
treee639e9d247ab7d7e05c3d2f3da196f75d01048c9 /sdk_fonts_fc
downloaddefault-fonts-fc-sdk-09d307234071df1a9419de81d4b9b4193ea461fd.tar.gz
default-fonts-fc-sdk-09d307234071df1a9419de81d4b9b4193ea461fd.tar.bz2
default-fonts-fc-sdk-09d307234071df1a9419de81d4b9b4193ea461fd.zip
tizen beta release
Diffstat (limited to 'sdk_fonts_fc')
-rwxr-xr-xsdk_fonts_fc/99-slp.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/sdk_fonts_fc/99-slp.conf b/sdk_fonts_fc/99-slp.conf
new file mode 100755
index 0000000..f11932a
--- /dev/null
+++ b/sdk_fonts_fc/99-slp.conf
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+
+<!--
+ default-fonts-fc-sdk
+
+ Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+
+ Contact: Minsu Han <minsu81.han@samsung.com>
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<fontconfig>
+<!--
+ Accept deprecated 'SLP' alias, replacing it with 'Helvetica'
+ -->
+ <match target="pattern">
+ <!-- check to see if the font is just regular -->
+ <test qual="any" name="family">
+ <string>SLP</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>SLPSans</string>
+ </edit>
+ </match>
+</fontconfig>