gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.
authorVincent Povirk <vincent@codeweavers.com>
Fri, 1 May 2009 16:09:23 +0000 (11:09 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 May 2009 10:50:05 +0000 (12:50 +0200)
commit47e70af50b252153bc76a1bf71e02a56dfea762e
treed0e0c11869e233d94de4fd226933804595395c1a
parent56a3e788eacee60c255b1b38a19d738ba4b5fe3d
gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.

Negative lfHeight values do not include internal leading. This was
making fonts created from LOGFONT structures larger than they should be.
dlls/gdiplus/font.c