mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Enable anti-aliasing for all font sizes.
This commit is contained in:
parent
d7db024e3a
commit
ceb25b5b34
@ -322,7 +322,7 @@ static int GetCacheEntry(LFANDSIZE *plfsz)
|
||||
assert(entry->nrealized == 0);
|
||||
|
||||
|
||||
if(antialias && abs(plfsz->lf.lfHeight * plfsz->xform.eM22) > 16) {
|
||||
if(antialias) {
|
||||
pf.depth = 8;
|
||||
pf.direct.alphaMask = 0xff;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user