https://bugs.winehq.org/show_bug.cgi?id=50127
Bug ID: 50127 Summary: Fonts are thin and pale Product: Wine Version: 5.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: fonts Assignee: wine-bugs@winehq.org Reporter: mo78@abv.bg Distribution: ---
Hello, I have fonts problem with Wine 5.21. It took me some some time to figure it out but it occurs the problem appears only with Wine 5.21. The fonts are thin and pale in configuration windows. Applications are affected too.
Wine 5.21: https://i.imgur.com/6c9TkoO.png
Wine 5.20: https://i.imgur.com/915TRZF.png
As you see from the screenshots, there isn't such font problem with Wine 5.20. The problem is here only in Wine 5.21. All previous versions are working fine.
Please help me to resolve this problem. Thank you.
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- Does WINEDEBUG=font offer any noteworthy hints (when you compare 5.20 and 5.21) ?
https://bugs.winehq.org/show_bug.cgi?id=50127
mo78@abv.bg changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mo78@abv.bg
--- Comment #2 from mo78@abv.bg --- Created attachment 68619 --> https://bugs.winehq.org/attachment.cgi?id=68619 Wine 5.20 Font.log
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #3 from mo78@abv.bg --- Created attachment 68620 --> https://bugs.winehq.org/attachment.cgi?id=68620 Wine 5.21 Font.log
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #4 from mo78@abv.bg --- Thank you for answering and your help! Here are the logs :)
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #5 from mo78@abv.bg --- Can someone tell me which font is being used for this interface from the screenshots? Now I upgraded Wine in Linux Mint to version 5.21 and there isn't a problem. The ugly fonts are present only on Arch. It's may be from the newer version of the packages and fonts on Arch? Tell me which font should I downgrade to try if this fixes the issue. Thank you.
https://bugs.winehq.org/show_bug.cgi?id=50127
Brendan Shanks bshanks@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bshanks@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=50127
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aros@gmx.com
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- *** Bug 50156 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #7 from Artem S. Tashkinov aros@gmx.com --- (In reply to mo78 from comment #5)
Can someone tell me which font is being used for this interface from the screenshots? Now I upgraded Wine in Linux Mint to version 5.21 and there isn't a problem. The ugly fonts are present only on Arch. It's may be from the newer version of the packages and fonts on Arch? Tell me which font should I downgrade to try if this fixes the issue. Thank you.
I observe the issue with core TTF fonts. I deliberately don't use the fonts which come with Wine (I simply delete them).
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #8 from mo78@abv.bg --- I don't delete anything but they are still ugly and pale.
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #9 from Artem S. Tashkinov aros@gmx.com --- (In reply to mo78 from comment #8)
I don't delete anything but they are still ugly and pale.
They are not "ugly and pale", they are now simply antialiased for you which you didn't have earlier in Wine 5.20.
https://szafranek.net/blog/2009/02/22/font-smoothing-explained/
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #10 from mo78@abv.bg --- I don't know what it is but I want normal looking fonts as they are in Wine 5.20 and previous versions :)
https://bugs.winehq.org/show_bug.cgi?id=50127
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|aros@gmx.com |
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #11 from mo78@abv.bg --- Yes, you were right. I turned off Anti Aliasing and now Wine fonts are looking great but all others are very ugly :)
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #12 from Rafał Mużyło galtgendo@o2.pl --- I've looked again at my patch to a likely related issue that worked in 5.21, but stopped in 5.22, then at the code changes.
Then I've reverted changes between 5.21 and 5.22 in gdi32 - surprisingly the old patch still failed to work.
On an interesting note, it would seem that besides the change in get_glyph_index_linked that my patch addressed, there's one of the changes in 5.21 that looks odd: in 5.20 first two arguments sent to compute_metrics were font sent to freetype_get_glyph_outline and font computed by get_glyph_index_linked; afterwards it's base_font and font computed by get_glyph_index_linked (well, roughly, other than GGO_GLYPH_INDEX case). That's not quite the same.
The way things are looking, results highly depend on fonts installed on the system.
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #13 from mo78@abv.bg --- Yes they look different on different systems which is odd. I can't understand why they are ok on Mint but not on Arch. I don't know which font to install to get them fixed :(
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #14 from mo78@abv.bg --- Wine 6.0 RC1 - the bug is still here.
https://bugs.winehq.org/show_bug.cgi?id=50127
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|fonts |gdi32 Fixed by SHA1| |5f701914705cf6437502f8e5939 | |71294815125b2 Resolution|--- |FIXED
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com --- This is fixed now, 5f701914705cf6437502f8e593971294815125b2.
https://bugs.winehq.org/show_bug.cgi?id=50127
--- Comment #16 from mo78@abv.bg --- Thank you! Will I see it if I compile from git?
https://bugs.winehq.org/show_bug.cgi?id=50127
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc2.