Disable antialiasing if the font dictates it.

This commit is contained in:
Glenn Wurster 2005-01-24 19:32:54 +00:00 committed by Alexandre Julliard
parent c3f8226ed1
commit eae60bedd5
1 changed files with 1 additions and 1 deletions

View File

@ -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;