https://bugs.winehq.org/show_bug.cgi?id=52111
Bug ID: 52111 Summary: <144dpi fonts aren't anti-aliased when using greyscale method Product: Wine Version: 6.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: fonts Assignee: wine-bugs@winehq.org Reporter: teamworks1732@gmail.com Distribution: ---
Created attachment 71135 --> https://bugs.winehq.org/attachment.cgi?id=71135 96dpi with sub-pixel anti-alias method
When setting the scaling dpi to <144dpi while the system is using "greyscale" font anti-alias method, Wine won't anti-alias any font. But using "sub-pixel" method will make it working.
I have tried adding "+font" into the "WINEDEBUG" env var, and I got a pretty interesting log saying "0110:trace:font:freetype_get_aa_flags font L"Tahoma" -11 aa disabled by GASP" (more log info at the attachment)