http://bugs.winehq.org/show_bug.cgi?id=22996
--- Comment #13 from A. Kochetkov al.kochet@gmail.com 2011-02-22 18:03:11 CST --- Created an attachment (id=33412) --> (http://bugs.winehq.org/attachment.cgi?id=33412) Screenshots of the test
Dmitry Timoshkov was right about the font escapement. This is very similar to Bug 16391. But the inversion of the text, most likely a problem playing the metafile and is similar to Bug 22753. I have a draft of a test for font escapement. He draws a letter without the transformation and stores the bitmap using BitBlt and GetDIBits. The test then change font escapement, once again draws the letter, read a new bitmap and compares it with the original. How such a test may be useful for Wine?