https://bugs.winehq.org/show_bug.cgi?id=19289
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #49845|0 |1 is obsolete| |
--- Comment #22 from Dmitry Timoshkov dmitry@baikal.ru --- Created attachment 49858 --> https://bugs.winehq.org/attachment.cgi?id=49858 patch
It appears that there is another bug that prevents gtk+/pango based applications use wrong font. These applications depend on SystemParametersInfo/ SPI_GETNONCLIENTMETRICS returning actual and not substituted font names. If pango can't find font name in the font list enumerated using NULL font name mask then it uses some ugly font replacement.
Attached patch includes a fix for SystemParametersInfo as well.