gdiplus: Change the sign we use for origin.x in DrawDriverString.
commit11754452d22b6f3fb830bbedabf5d4e201f28a70
authorVincent Povirk <vincent@codeweavers.com>
Mon, 23 May 2011 21:33:46 +0000 (23 16:33 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 May 2011 09:56:46 +0000 (24 11:56 +0200)
tree61aaf3c9ecc24b9c8ec43fdc16d540d02388785b
parent7b2c6476691890922d11584840aae2c405fea172
gdiplus: Change the sign we use for origin.x in DrawDriverString.

Apparently characters whose black boxes extend to the left of the origin have
a negative x value, but characters whose black boxes extend above the origin
have a positive y value.
dlls/gdiplus/graphics.c