http://bugs.winehq.org/show_bug.cgi?id=22109 Konstantin Kondratyuk <kondratyuk(a)etersoft.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kondratyuk(a)etersoft.ru --- Comment #6 from Konstantin Kondratyuk <kondratyuk(a)etersoft.ru> 2010-05-17 06:24:45 --- I have this problem with a printer's context. In function DrawTextExW for DT_SINGLELINE | DT_VCENTER is: y = rect->top + (rect.bottom - rect-top) / 2 - size.cy / 2 For displays all works correctly. But for printer's DC: rect.top < 0 rect.bottom < 0 size.cy > 0 (is wrong?) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.