https://bugs.winehq.org/show_bug.cgi?id=51685
Bug ID: 51685 Summary: In Wine gdiplus:font fails to find "MS Shell Dlg" in Arabic, Japanese and Chinese locales Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
When running in Wine, gdiplus:font fails in the Arabic, Japanese and Chinese locales:
font.c:890: Test failed: Expected 0, got 14
https://test.winehq.org/data/patterns.html#gdiplus:font
In all three cases the failure happens because GdipCreateFontFamilyFromName() fails to find an "MS Shell Dlg" font: is_font_installed_proc() is never called and EnumFontFamiliesW(..."MS Shell Dlg"...) returns non-zero.