gdi32: Fix the font rotation direction.
commitd15619b215c2eb6828acb21732a56396e08b5233
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 2 Mar 2009 09:23:31 +0000 (2 17:23 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Mar 2009 11:11:35 +0000 (2 12:11 +0100)
treee55bd691ee097312559737324142fa5d57af8ee6
parent0abee3d23ca67c22c53cd62bfe2a2b92338095f3
gdi32: Fix the font rotation direction.

Apparently at some point either freetype got fixed, or other gdi32
changes made the matrix members usage match freetype. This patch makes
my test application match the Windows behaviour in font rotation direction.
dlls/gdi32/freetype.c