mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
[NtGDI]
- Quick Hax to fix gray font anti-aliasing rendering, see CORE-7721. svn path=/trunk/; revision=73472
This commit is contained in:
parent
8f83c019d3
commit
974a6b6921
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ IntGetFontRenderMode(LOGFONTW *logfont)
|
|||
{
|
||||
switch (logfont->lfQuality)
|
||||
{
|
||||
case ANTIALIASED_QUALITY:
|
||||
case NONANTIALIASED_QUALITY:
|
||||
return FT_RENDER_MODE_MONO;
|
||||
case DRAFT_QUALITY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue