http://bugs.winehq.org/show_bug.cgi?id=59579 --- Comment #2 from Bernhard Übelacker <bernhardu@mailbox.org> --- Created attachment 80661 --> http://bugs.winehq.org/attachment.cgi?id=80661 wine-x64sc.exe-user-interface-arial.png Looked a little further and found GTK has an interacitve debugging possibility, which allows to change the used font: GTK_DEBUG=interactive wine x64sc.exe It looks like GTK3 uses here by default the font "Tahoma" which does not render properly. Switching to "Arial" does look a lot better, like in attached screenshot. The issue is also visible with a small example-1.c application, from https://docs.gtk.org/gtk3/getting_started.html#basics when built with msys2 mingw64 cross compiler, so this is not specific to VICE and may affect all GTK3 applications compiled using msys2. -- 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.