Disable TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option
authorHyeonji Kim <hyeonji.kim@samsung.com>
Fri, 6 Sep 2013 08:11:27 +0000 (17:11 +0900)
committerHyeonji Kim <hyeonji.kim@samsung.com>
Fri, 6 Sep 2013 08:21:45 +0000 (17:21 +0900)
[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 [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index b1f816f..8752ec1
 #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 */