[Bug 18120] No text in Qt-4.5.0 and later apps when winver >= 2000

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 11 02:58:17 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=18120





--- Comment #42 from Hans Leidekker <hans at meelstraat.net>  2009-12-11 02:58:17 ---
Created an attachment (id=25167)
 --> (http://bugs.winehq.org/attachment.cgi?id=25167)
hack: Disable scalable font check in WineEngGetCharABCWidths.

Qt calls GetCharABCWidthsFloat with a non-scalable font selected. This
succeeds on Windows but doesn't on Wine because we implement it on top
of GetCharABCWidths, which rejects non-scalable fonts.

With this hack applied the minimal test case shows text. The right fix
is probably to write a WineEngGetCharABCWidthsFloat function and forward
GetCharABCWidthsFloat to it.

-- 
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.



More information about the wine-bugs mailing list