[Bug 6519] Wine blacks out rotated font bitmap

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 17 13:39:46 CST 2007


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


Hans Leidekker <hans at it.vu.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at it.vu.nl




--- Comment #4 from Hans Leidekker <hans at it.vu.nl>  2007-12-17 13:39:46 ---
Looks like some handmade rotated text rendering. Notice that the vertical
text in the small summary window, which is rotated in the normal way by
asking for a font with lfEscapement == 900 is rendered correctly.

In contrast the vertical cells are created by rendering *horizontal* text
into a separate bitmap and then blitting the bits back into the original dc.
Somewhere in that process things go wrong, given that disabling the BitBlt
calls makes the black squares disappear.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list