https://bugs.winehq.org/show_bug.cgi?id=47872
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #2 from Sagawa sagawa.aki+winebugs@gmail.com --- Created attachment 66083 --> https://bugs.winehq.org/attachment.cgi?id=66083 gdiplus:font result (Windows 7, ja-jp)
I think SystemPreferredUILanguages cause this issue.
Because, on my Japanese Windows 7, gdiplus:font shows same errors as seen on Windows 10 (see the attachment for details).
font.c:829: Test failed: wrong face name MS UI Gothic font.c:837: Test failed: wrong face name MS UI Gothic font.c:848: Test failed: wrong face name MS UI Gothic
The difference between my environment and win7u64-1spie9-ja VM is SystemPreferredUILanguages. On my PC, it's 0411 (Japanese) while on win7u64-1spie9-ja VM[1] it's 0409 (English US). Moreover, on Windows 10 PC[2], it's 0411,0409.
[1] https://test.winehq.org/data/f870aa4988fa8e980919c144682da72865364ff0/win7_f... [2] https://test.winehq.org/data/f870aa4988fa8e980919c144682da72865364ff0/win10_...
What do you think about this point?