Re: gdi32: Fix the glyph rotation transformation matrix.

2011-02-24 Thread Alexander Kochetkov
Hi, Dmitry Timoshkov! The patch brakes rotation for modes with positive axis. Try apply this patch to the test application attached to the bug #22996. diff -Naur ./test_emf_textout.orig/test_emf_textout/test.c ./test_emf_textout/test_emf_textout/test.c ---

Re: gdi32: Fix the glyph rotation transformation matrix.

2011-02-24 Thread Alexander Kochetkov
Also you can try the following combinations: 1) x - positive, y - positive, 2) x - a positive, y - negative; 3) x - negative, y - positive, 4) x - negative, y - negative I would like to offer another solution to this problem. I can do than this evening.