From 2f789bd865c4f1257e839b4f0a75022d2801fc9b Mon Sep 17 00:00:00 2001 From: Hyeonji Kim Date: Fri, 6 Sep 2013 17:11:27 +0900 Subject: [PATCH] Disable TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option [Title] Disable TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option [Issue#] VPSS-1152, N_SE_50730 [Problem] a normal font is displayed as bold [Cause] this option make a normal font to embolden [Solution] Disable TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option Change-Id: Ibcd4ee31e5d4e13b85e0f81b67524815b26bc2ca --- Source/WTF/wtf/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Source/WTF/wtf/Platform.h diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h old mode 100755 new mode 100644 index b1f816f..8752ec1 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -419,7 +419,7 @@ #define ENABLE_TIZEN_SET_CARET_HEIGHT_TO_OBJECT_HEIGHT 1 /*KyungTae Kim(ktf.kim@samsung.com) : Set caret height from selection height to object height for fix the case that image and text are in the same line (Bug 116424)*/ #define ENABLE_TIZEN_POSITIONED_CHILD_RELAYOUT 0 /*KyungTae Kim(ktf.kim@samsung.com) : If posChildNeedsLayout() but !m_positionedObjects, normal layout is needed for updating m_positionedObjects*/ #if USE(FREETYPE) -#define ENABLE_TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD 1 /*Younghwan Cho(yhwan.cho@samsung.com) : Use freetype's 'embolden' instead of drawing twice for synthetic bold*/ +#define ENABLE_TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD 0 /*Younghwan Cho(yhwan.cho@samsung.com) : Use freetype's 'embolden' instead of drawing twice for synthetic bold*/ #endif #define ENABLE_TIZEN_ADD_AA_CONDITIONS_FOR_NINE_PATCH 1 /*Younghwan Cho(yhwan.cho@samsung.com) : Add conditions of antialias for fixing 9patch-problem */ -- 2.7.4