https://bugs.winehq.org/show_bug.cgi?id=41073 --- Comment #11 from Oleksii Shevchuk <public.avatar(a)gmail.com> --- case WINE_GGO_GRAY16_BITMAP: if ((!antialias_fakes || (!ret->fake_bold && !ret->fake_italic)) && is_hinting_enabled()) { WORD gasp_flags; if (get_gasp_flags( ret, &gasp_flags ) && !(gasp_flags & GASP_DOGRAY)) { TRACE( "font %s %d aa disabled by GASP\n", debugstr_w(lf.lfFaceName), lf.lfHeight ); // *aa_flags = GGO_BITMAP; } } } } With this "fix" I get antialiased fonts everywhere. But they don't looks good. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.