[Libreoffice-bugs] [Bug 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 5 12:43:37 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=106990

--- Comment #60 from Michael Meeks <michael.meeks at collabora.com> ---
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.

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

we could use CLEARTYPE_QUALITY - but it is unclear to me why the
DEFAULT_QUALITY is not this so ... ;-) worth a try perhaps ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170505/fe8a8f04/attachment.html>


More information about the Libreoffice-bugs mailing list