From: James Tabor Date: Mon, 19 Dec 2016 20:13:17 +0000 (+0000) Subject: [NtGDI] X-Git-Tag: ReactOS-0.4.4-FOSDEM2017~64 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=974a6b69215be30096e2c9491b70eb91ab08903c;ds=sidebyside [NtGDI] - Quick Hax to fix gray font anti-aliasing rendering, see CORE-7721. svn path=/trunk/; revision=73472 --- diff --git a/reactos/win32ss/gdi/ntgdi/freetype.c b/reactos/win32ss/gdi/ntgdi/freetype.c index bc33b6934a3..85eae033f77 100644 --- a/reactos/win32ss/gdi/ntgdi/freetype.c +++ b/reactos/win32ss/gdi/ntgdi/freetype.c @@ -494,6 +494,7 @@ IntGetFontRenderMode(LOGFONTW *logfont) { switch (logfont->lfQuality) { + case ANTIALIASED_QUALITY: case NONANTIALIASED_QUALITY: return FT_RENDER_MODE_MONO; case DRAFT_QUALITY: