https://bugs.winehq.org/show_bug.cgi?id=51685
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|In Wine gdiplus:font fails |In Wine gdiplus:font and |to find "MS Shell Dlg" in |user32:sysparams fail to |Arabic, Japanese and |find "MS Shell Dlg" in |Chinese locales |Arabic, Japanese and | |Chinese locales
--- Comment #3 from François Gouget fgouget@codeweavers.com --- In gdiplus:font status 14 corresponds to FontFamilyNotFound.
user32:sysparams fails in Wine because "MS Shell Dlg" is not enumerated which sounds like it is probably related to this issue:
sysparams.c:2726: Test failed: font MS Shell Dlg should be enumerated sysparams.c:2727: Test failed: font MS Shell Dlg should be enumerated sysparams.c:2728: Test failed: font MS Shell Dlg should be enumerated sysparams.c:2729: Test failed: font MS Shell Dlg should be enumerated sysparams.c:2730: Test failed: font MS Shell Dlg should be enumerated ...x5
Notes: * On Windows user32:sysparams also fails but does not complain that MS Shell Dlg was not enumerated. * user32:sysparams also complains that MS Shell Dlg was not enumerated in the Hebrew locale despite not failing in gdiplus:font.