https://bugs.winehq.org/show_bug.cgi?id=42171
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Created attachment 56777 --> https://bugs.winehq.org/attachment.cgi?id=56777 Test program to check if wine font size equals size on windows
(In reply to Nikolay Sivov from comment #2)
Yes, Tahoma is default for dialogs.
Thanks, I just checked, but the dialog seems to request "Microsoft Sans Serif".
I attached a small test program to show the issue, it's hacky but it works.
Output on windows:
Font gotten: Microsoft Sans Serif Correct size: 8
On linux with freetype 2.6.5
Font gotten: Arial Wrong size: got 7, expected 8.
On linux with freetype 2.6.5
Font gotten: Arial Correct size: 8
Maybe a font substitution problem? But it does work with newer freetype...