mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Disable antialiasing if the font dictates it.
This commit is contained in:
parent
c3f8226ed1
commit
eae60bedd5
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ static int GetCacheEntry(LFANDSIZE *plfsz)
|
|||
assert( !entry->format[format] );
|
||||
}
|
||||
|
||||
if(antialias)
|
||||
if(antialias && plfsz->lf.lfQuality != NONANTIALIASED_QUALITY)
|
||||
entry->aa_default = AA_Grey;
|
||||
else
|
||||
entry->aa_default = AA_None;
|
||||
|
|
Loading…
Reference in a new issue