Modify TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option
authorHyeonji Kim <hyeonji.kim@samsung.com>
Tue, 1 Oct 2013 01:21:31 +0000 (10:21 +0900)
committerHyeonji Kim <hyeonji.kim@samsung.com>
Wed, 2 Oct 2013 07:21:19 +0000 (16:21 +0900)
commit26230dd77b7bc5cbd49cd448e150c746cba2e031
tree3e4fcde21cd476bb56021786127495d49a372369
parentceb2d484ce5f4caf519e9b5e3cc38e96361719bb
Modify TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option

[Title] Modify TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD option
[Issue#] N/A
[Problem] the synthetic bold font is too thick
[Cause] webkit draws twice for synthetic bold
[Solution] use freetype's 'embolden' instead of drawing twice for system font's visibility

Change-Id: Ia996c7a88235fc8fdb8218a134c1fe780eb5576e
Source/WTF/wtf/Platform.h
Source/WebCore/platform/graphics/cairo/FontCairo.cpp [changed mode: 0755->0644]
Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp [changed mode: 0755->0644]