Re: gdiplus: GdipDrawString is not supposed to use the layout rectangle for clipping. Take 2.

2012-04-25 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > There is a dedicated clip region in the graphics object. Please ignore that patch or mark it as rejected, the real problem has been fixed by 9b5b04c1c1a7b32dd3e1e453b6d739082c4ccede. -- Dmitry.

Re: gdiplus: GdipDrawString is not supposed to use the layout rectangle for clipping. Take 2.

2012-04-03 Thread Dmitry Timoshkov
Vincent Povirk wrote: > I tried making a testcase for this, and I'm consistently seeing that > native only draws text that lies inside the rectangle if a positive > width or height are given. If I specify StringFormatFlagsNoClip then I > see a slight difference. Without the flag, the last line of

Re: gdiplus: GdipDrawString is not supposed to use the layout rectangle for clipping. Take 2.

2012-04-03 Thread Vincent Povirk
I tried making a testcase for this, and I'm consistently seeing that native only draws text that lies inside the rectangle if a positive width or height are given. If I specify StringFormatFlagsNoClip then I see a slight difference. Without the flag, the last line of text is clipped at the given he