Disable antialiasing if the font dictates it.
This commit is contained in:
parent
c3f8226ed1
commit
eae60bedd5
|
@ -415,7 +415,7 @@ static int GetCacheEntry(LFANDSIZE *plfsz)
|
||||||
assert( !entry->format[format] );
|
assert( !entry->format[format] );
|
||||||
}
|
}
|
||||||
|
|
||||||
if(antialias)
|
if(antialias && plfsz->lf.lfQuality != NONANTIALIASED_QUALITY)
|
||||||
entry->aa_default = AA_Grey;
|
entry->aa_default = AA_Grey;
|
||||||
else
|
else
|
||||||
entry->aa_default = AA_None;
|
entry->aa_default = AA_None;
|
||||||
|
|
Loading…
Reference in New Issue