http://bugs.winehq.org/show_bug.cgi?id=9812 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-09-28 23:40:33 --- The bug is caused by wrong handling of font aliases in gdi32. The app explicitly creates the font "Times New Roman CE" which should be mapped to "Times New Roman,238" (238 being EASTEUROPE_CHARSET), but the font is being created with charset 0 (ANSI_CHARSET) instead. I'll have a look at it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.