[Webkit-unassigned] [Bug 76520] [EFL] Bad text rendering since r101343

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 02:26:46 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76520





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-01-19 02:26:46 PST ---
(In reply to comment #1)
> The patch for GTK+ should have fixed text rendering for EFL, but you may still want to disable metrics hinting for DRT runs.


Hello Martin, I disable metrics hinting for DRT runs. I add above code to setCairoFontOptionsFromFontConfigPattern() in FontPlatformDataFreeType.cpp. 

+    // Turn off text metrics hinting, which quantizes metrics to pixels in device space. 
+   cairo_font_options_set_hint_metrics(options, CAIRO_HINT_METRICS_OFF); 
 }

However, failed test cases are still failed. To disable metrics hinting doesn't influence on EFL layout test result.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list