Commit ceb25b5b authored by Alexandre Julliard's avatar Alexandre Julliard

Enable anti-aliasing for all font sizes.

parent d7db024e
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment