summaryrefslogtreecommitdiff
path: root/mobile/widgets/flipselector.edc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-10-14 10:36:14 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2016-10-14 10:36:14 +0900
commit6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a (patch)
tree38348bbb63efe5229da8ee56e6b1cfdf4868e7ee /mobile/widgets/flipselector.edc
parent32214267856a5475f2ceffdbad35cbd9d685e3dc (diff)
downloadefl-theme-tizen-mobile-6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a.tar.gz
efl-theme-tizen-mobile-6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a.tar.bz2
efl-theme-tizen-mobile-6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a.zip
Update font usages
The "style" is not common elements of fonts. If we use font as "BreezeSans:style=Medium:width=Condensed", Evas can't load "BreezeSans-MediumCondensed.ttf" since it has style name as "Medium Condensed". This behavior is based on fontconfig and EFL upstream. Tizen 3.0 Evas also will be updated like EFL upstream. Change-Id: I15b015e40f1e39b58914bcd61b3df71a4d2e0ede
Diffstat (limited to 'mobile/widgets/flipselector.edc')
-rw-r--r--mobile/widgets/flipselector.edc8
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/widgets/flipselector.edc b/mobile/widgets/flipselector.edc
index cd18e9c8..697a713c 100644
--- a/mobile/widgets/flipselector.edc
+++ b/mobile/widgets/flipselector.edc
@@ -258,7 +258,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
@@ -387,7 +387,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
@@ -488,7 +488,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
@@ -617,7 +617,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;