<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:szkarlen&#64;gmail.com" title="Karlen Simonyan &lt;szkarlen&#64;gmail.com&gt;"> <span class="fn">Karlen Simonyan</span></a>
</span> changed
              <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>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #256238 Flags</td>
           <td>
               &nbsp;
           </td>
           <td>review?
           </td>
         </tr></table>
      <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#c7">Comment # 7</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&#64;gmail.com" title="Karlen Simonyan &lt;szkarlen&#64;gmail.com&gt;"> <span class="fn">Karlen Simonyan</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=256238&amp;action=diff" name="attach_256238" title="ClearType fix for custom fonts (v3)">attachment 256238</a> <a href="attachment.cgi?id=256238&amp;action=edit" title="ClearType fix for custom fonts (v3)">[details]</a></span>
ClearType fix for custom fonts (v3)

<span class="quote">&gt;Index: FontPlatformDataCairoWin.cpp
&gt;===================================================================
&gt;--- Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp        (revision 186376)
&gt;+++ Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp        (working copy)
&gt;&#64;&#64; -77,7 +77,7 &#64;&#64;
&gt;    // We force antialiasing and disable hinting to provide consistent
&gt;    // typographic qualities for custom fonts on all platforms.
&gt;    cairo_font_options_set_hint_style(options, CAIRO_HINT_STYLE_NONE);
&gt;-   cairo_font_options_set_antialias(options, CAIRO_ANTIALIAS_GRAY);
&gt;+   cairo_font_options_set_antialias(options, CAIRO_ANTIALIAS_BEST);
&gt; 
&gt;     if (syntheticOblique()) {
&gt;         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>