- Quick Hax to fix gray font anti-aliasing rendering, see CORE-7721.

svn path=/trunk/; revision=73472
This commit is contained in:
James Tabor 2016-12-19 20:13:17 +00:00
parent 8f83c019d3
commit 974a6b6921

View file

@ -494,6 +494,7 @@ IntGetFontRenderMode(LOGFONTW *logfont)
{
switch (logfont->lfQuality)
{
case ANTIALIASED_QUALITY:
case NONANTIALIASED_QUALITY:
return FT_RENDER_MODE_MONO;
case DRAFT_QUALITY: