From: ChunEon Park Date: Mon, 7 May 2012 06:42:03 +0000 (+0900) Subject: redirect font name correctly X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~145^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1d36c6d13f6fabc07eb81b6636ebd31a2a7bf92;p=profile%2Fivi%2Fefl-theme-tizen.git redirect font name correctly --- diff --git a/themes/widgets/ctxpopup.edc b/themes/widgets/ctxpopup.edc index 9a299b3..d481c40 100644 --- a/themes/widgets/ctxpopup.edc +++ b/themes/widgets/ctxpopup.edc @@ -3214,7 +3214,7 @@ group { rel2 {relative: 0.0 1.0; to: "right_padding";} color: CTXPOPUP_IE_FONT_COLOR; text { - font: FONT_ROM; + font: "SLP:style=Medium"; size: CTXPOPUP_IE_FONT_SIZE_INC; align: 0.5 0.5; min: 1 1; @@ -3749,7 +3749,7 @@ group { rel1 {relative: 1.0 0.0; to: "left_padding";} color: CTXPOPUP_TP_FONT_COLOR; text { - font: FONT_ROM; + font: "SLP:style=Medium"; size: CTXPOPUP_TP_FONT_SIZE; align: 0.5 0.5; min: 1 1; diff --git a/themes/widgets/diskselector.edc b/themes/widgets/diskselector.edc index 670ded5..8b17a59 100644 --- a/themes/widgets/diskselector.edc +++ b/themes/widgets/diskselector.edc @@ -66,7 +66,7 @@ group { name: "elm/diskselector/item/default"; color: DISKSELECTOR_DF_FONT_COLOR_INC; visible: 1; text { - font: FONT_ROM; + font: "SLP:style=Medium"; size: DISKSELECTOR_DF_FONT_SIZE_INC; min: 1 1; } @@ -79,7 +79,7 @@ group { name: "elm/diskselector/item/default"; color: 255 255 255 255; visible: 1; text { - font: FONT_ROM; + font: "SLP:style=Medium"; size: DISKSELECTOR_DF_FONT_SIZE_INC; min: 1 1; } diff --git a/themes/widgets/map.edc b/themes/widgets/map.edc index 681a352..4f7bb2c 100644 --- a/themes/widgets/map.edc +++ b/themes/widgets/map.edc @@ -667,7 +667,7 @@ group { name: "elm/map/marker/radio/default"; rel1.relative: 0.28 0.25; rel2.relative: 0.75 0.75; text { - font: "Sans,Edje-Vera"; + font: "SLP:style=Medium"; size: 24; min: 0 0; align: 0.5 0.5; @@ -717,7 +717,7 @@ group { name: "elm/map/marker/radio2/default"; rel1.relative: 0.28 0.25; rel2.relative: 0.75 0.75; text { - font: "Sans,Edje-Vera"; + font: "SLP:style=Medium"; size: 24; min: 0 0; align: 0.5 0.5; @@ -775,7 +775,7 @@ group { name: "elm/map/marker/empty/default"; rel1.relative: 0.28 0.25; rel2.relative: 0.75 0.75; text { - font: "Sans,Edje-Vera"; + font: "SLP:style=Medium"; size: 24; min: 0 0; align: 0.5 0.5; @@ -917,7 +917,7 @@ group { name: "elm/map/scale/base/default"; offset: -1 -1; } text { - font: "Sans,Edje-Vera"; + font: "SLP:style=Medium"; size: 24; min: 0 0; align: 0.1 0.5; diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 2d88144..71f23f8 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -630,7 +630,7 @@ group { align: 0.0 0.5; color: 0 0 0 255; text { - font: "Sans:style=Bold"; + font: "SLP:style=Bold"; size: 20; min: 0 0; align: 0.0 0.5;