<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [WinCairo] ClearType should be enabled on Cairo port"
href="https://bugs.webkit.org/show_bug.cgi?id=145492#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [WinCairo] ClearType should be enabled on Cairo port"
href="https://bugs.webkit.org/show_bug.cgi?id=145492">bug 145492</a>
from <span class="vcard"><a class="email" href="mailto:szkarlen@gmail.com" title="Karlen Simonyan <szkarlen@gmail.com>"> <span class="fn">Karlen Simonyan</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=256238&action=diff" name="attach_256238" title="ClearType fix for custom fonts (v3)">attachment 256238</a> <a href="attachment.cgi?id=256238&action=edit" title="ClearType fix for custom fonts (v3)">[details]</a></span>
ClearType fix for custom fonts (v3)
<span class="quote">>Index: FontPlatformDataCairoWin.cpp
>===================================================================
>--- Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp        (revision 186376)
>+++ Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp        (working copy)
>@@ -77,7 +77,7 @@
> // We force antialiasing and disable hinting to provide consistent
> // typographic qualities for custom fonts on all platforms.
> cairo_font_options_set_hint_style(options, CAIRO_HINT_STYLE_NONE);
>- cairo_font_options_set_antialias(options, CAIRO_ANTIALIAS_GRAY);
>+ cairo_font_options_set_antialias(options, CAIRO_ANTIALIAS_BEST);
>
> if (syntheticOblique()) {
> static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90);</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>