http://bugs.winehq.org/show_bug.cgi?id=33789
--- Comment #12 from Aric Stewart aric@codeweavers.com 2013-06-13 07:42:33 CDT --- (In reply to comment #10)
Unfortunately, current wine's font enumeration order doesn't match with native one. If the application uses the first matched font, the text will be rotated.
In detail, Wine enumerates fonts in the following order: @MS Gothic -> @MS Mincho -> MS Gothic -> MS Mincho
But in native, enumeration order is as follows: MS Gothic -> @MS Gothic -> MS Mincho -> @MS Mincho
This is very useful and something I am sure we can fix.
I am looking into the font enumeration code to see if i can get an understandig of it.