redirect font name correctly
authorChunEon Park <chuneon.park@samsung.com>
Mon, 7 May 2012 06:42:03 +0000 (15:42 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Mon, 7 May 2012 06:42:03 +0000 (15:42 +0900)
themes/widgets/ctxpopup.edc
themes/widgets/diskselector.edc
themes/widgets/map.edc
themes/widgets/popup.edc

index 9a299b3..d481c40 100644 (file)
@@ -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;
index 670ded5..8b17a59 100644 (file)
@@ -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;
            }
index 681a352..4f7bb2c 100644 (file)
@@ -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;
index 2d88144..71f23f8 100644 (file)
@@ -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;