<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - font rendering got worse looking in 5.3.2.2 (for Default rendering, OpenGL not affected)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106990#c60">Comment # 60</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - font rendering got worse looking in 5.3.2.2 (for Default rendering, OpenGL not affected)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106990">bug 106990</a>
              from <span class="vcard"><a class="email" href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>"> <span class="fn">Michael Meeks</span></a>
</span></b>
        <pre>Tone aside; it should be reasonably easy to fix by passing a different
parameter (enabling cleartype) to the DirectWrite renderer - in the case that
we're not using OGL rendering; ClearType for in-document text rendering is
deeply problematic, and is disabled in recent MS Office's as well by default
(FWIW) - but in the GDI fallback case this should be fairly simple.

git grep ANTIALIASED_QUALITY

gives the code-site; I suspect we want that sets the quality member on the
LOGFONT cf.

<a href="https://msdn.microsoft.com/en-us/library/windows/desktop/dd145037(v=vs.85).aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/dd145037(v=vs.85).aspx</a>

we could use CLEARTYPE_QUALITY - but it is unclear to me why the
DEFAULT_QUALITY is not this so ... ;-) worth a try perhaps ?</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>