From d3d116f4d2b733f9798fffe54f181d6c2a0a4e4f Mon Sep 17 00:00:00 2001 From: Hyeonji Kim Date: Fri, 11 Oct 2013 15:48:16 +0900 Subject: [PATCH] Rollback font patch [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 | 2 +- Source/WebCore/platform/graphics/SimpleFontData.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Source/WebCore/platform/graphics/SimpleFontData.cpp diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index c09936e..c4d2692 100755 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -423,7 +423,7 @@ #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*/ diff --git a/Source/WebCore/platform/graphics/SimpleFontData.cpp b/Source/WebCore/platform/graphics/SimpleFontData.cpp old mode 100755 new mode 100644 -- 2.7.4