Rollback font patch
authorHyeonji Kim <hyeonji.kim@samsung.com>
Fri, 11 Oct 2013 06:48:16 +0000 (15:48 +0900)
committerHyeonji Kim <hyeonji.kim@samsung.com>
Fri, 11 Oct 2013 11:03:08 +0000 (20:03 +0900)
[Title] Rollback font patch
[Issue#] N/A
[Problem] WebProcess BS occurs when installing Docomo mail
[Cause] becuase of the font patch
[Solution] Rollback font patch

Change-Id: I7b9afe0d05bba0bc67860a8231538f01045563ba

Source/WTF/wtf/Platform.h
Source/WebCore/platform/graphics/SimpleFontData.cpp [changed mode: 0755->0644]

index c09936e..c4d2692 100755 (executable)
 #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*/
 #endif
-#define ENABLE_TIZEN_CHECK_SPACE_FOR_AVG_CHAR_WIDTH 1 /* Himanshu Joshi (h.joshi@samsung.com : Added check to consider Space as possible way to calculate Average Char Width if '0' and 'x' are not present*/
+#define ENABLE_TIZEN_CHECK_SPACE_FOR_AVG_CHAR_WIDTH 0 /* Himanshu Joshi (h.joshi@samsung.com : Added check to consider Space as possible way to calculate Average Char Width if '0' and 'x' are not present*/
 
 #define ENABLE_TIZEN_ADD_AA_CONDITIONS_FOR_NINE_PATCH 1 /*Younghwan Cho(yhwan.cho@samsung.com) : Add conditions of antialias for fixing 9patch-problem */
 #define ENABLE_TIZEN_WEBKIT_OWN_FONT_FILES 0 /*Younghwan Cho(yhwan.cho@samsung.com) : webkit's font-config is seperated from the system font's*/