[Title] Add new font type file
authorSeo Minsu <minsu15.seo@samsung.com>
Wed, 7 Nov 2012 02:18:04 +0000 (11:18 +0900)
committerSeo Minsu <minsu15.seo@samsung.com>
Wed, 7 Nov 2012 02:18:13 +0000 (11:18 +0900)
[Issue#] Need to insert new function about changing font tpye
[Problem] There are no font file in birnary
[Cause] There are no font file in birnary
[Solution] Add new font(Hebrew) file to birnary
[SCMRequest] Add new font(Hebrew) type file

Change-Id: If23f7c71828dad1eb92dc2d454fa6c24476544b8

fallback_fonts/TizenSansHebrewBold.ttf [new file with mode: 0755]
fallback_fonts/TizenSansHebrewRegular.ttf [new file with mode: 0755]
packaging/default-fonts-sdk.spec [changed mode: 0644->0755]

diff --git a/fallback_fonts/TizenSansHebrewBold.ttf b/fallback_fonts/TizenSansHebrewBold.ttf
new file mode 100755 (executable)
index 0000000..f4ee61d
Binary files /dev/null and b/fallback_fonts/TizenSansHebrewBold.ttf differ
diff --git a/fallback_fonts/TizenSansHebrewRegular.ttf b/fallback_fonts/TizenSansHebrewRegular.ttf
new file mode 100755 (executable)
index 0000000..6269381
Binary files /dev/null and b/fallback_fonts/TizenSansHebrewRegular.ttf differ
old mode 100644 (file)
new mode 100755 (executable)
index e1b98a2..6a4b2d7
@@ -2,7 +2,7 @@
 Name:       default-fonts-sdk
 Summary:    free fonts for SLP SDK
 Version:    0.0.1
-Release:    10
+Release:    12
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    %{name}-%{version}.tar.gz
@@ -53,3 +53,5 @@ mkdir -p %{buildroot}%{_datadir}/fallback_fonts && cp -a fallback_fonts %{buildr
 %{_datadir}/fallback_fonts/TizenSansTamilRegular.ttf
 %{_datadir}/fallback_fonts/TizenSansTeluguBold.ttf
 %{_datadir}/fallback_fonts/TizenSansTeluguRegular.ttf
+%{_datadir}/fallback_fonts/TizenSansHebrewBold.ttf
+%{_datadir}/fallback_fonts/TizenSansHebrewRegular.ttf