From 6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Fri, 14 Oct 2016 10:36:14 +0900 Subject: 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 --- mobile/widgets/flipselector.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mobile/widgets/flipselector.edc') 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; -- cgit v1.2.3