https://bugs.winehq.org/show_bug.cgi?id=46438
--- Comment #5 from Artem S. Tashkinov aros@gmx.com --- (In reply to Alexandre Julliard from comment #4)
(In reply to Dmitry Timoshkov from comment #3)
(In reply to Artem S. Tashkinov from comment #2)
Tahoma size <=6 is also antialiased.
So, fonts sizes from 7 to 13 are not antialiased while all others are antialiased.
I don't have a fontconfig configuration file for that. For my native Linux applications all fonts sizes are antialiased.
Looks like a limitation imposed by a 'gasp' table, that's not a bug at all.
Indeed, that's the way it's supposed to work with grayscale antialiasing. You should enable subpixel antialiasing if you want it for all sizes.
Why isn't it enabled by default and/or following system-wide fontconfig settings?
And how can it be enabled?
I've changed FontSmoothingType to 2 from default 1 and nothing has changed.
Windows Registry Editor Version 5.00
Here's my Wine registry:
[HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingGamma"=dword:00000000 "FontSmoothingOrientation"=dword:00000001 "FontSmoothingType"=dword:00000002
It would be great if font antialiasing was available via winecfg.