http://bugs.winehq.org/show_bug.cgi?id=22140
Summary: Unexpected bold font in CDBurnerXP Pro 3 Product: Wine Version: 1.1.41 Platform: x86-64 URL: http://cdburnerxp.se/downloads/releases/3.0.x/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: huw@codeweavers.com
Created an attachment (id=26999) --> (http://bugs.winehq.org/attachment.cgi?id=26999) Terminal output (splash screen only)
Several sections of CDBurnerXP Pro 3 use a bold font when they should be using a regular font. This causes a significant problem in several of the affected areas: the bold font takes up more space, so the text has to be split into two lines, but there is only enough room to display one line, so only the bottom half of one line and the top half of the second line are visible. I tried it in 1.1.30, and the problem wasn't present there.
cf602ca4228f954d7de3b8100cea8fad680ed7f2 is first bad commit commit cf602ca4228f954d7de3b8100cea8fad680ed7f2 Author: Huw Davies huw@codeweavers.com Date: Tue Feb 2 10:15:39 2010 +0000
oleaut32: Realize the font in getter functions.
:040000 040000 a1235404ad9983bdc04005f4965df9d7b0ac8a10 d057b93950c306388c4b9a0255e0b4a4c7b7cc96 M dlls
Reverting this patch fixes the problem.
You can see the problem on the splash screen when the program starts up. The line wrapping problem can be seen when trying to burn a disc, for instance, or on the dialog box that pops up when trying to exit from data disc mode.