Skip to content
Snippets Groups Projects
Commit ceb25b5b authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Enable anti-aliasing for all font sizes.

parent d7db024e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment