[1/2] gdiplus: Measure the passed in string without clipping in order to compute correct Y offset.

Dmitry Timoshkov dmitry at baikal.ru
Mon May 14 08:48:05 CDT 2012


Vincent Povirk <madewokherd at gmail.com> wrote:

> > -            GdipMeasureString(graphics, string, length, font, rect, format, &bounds, 0, 0);
> > +            GdipMeasureString(graphics, string, length, font, &bounds, format, &bounds, 0, 0);
> 
> You probably shouldn't use the same GpRect* for both parameters there.

I don't see any problem with that.

-- 
Dmitry.



More information about the wine-devel mailing list