Re: [2/3] gdi32: Return fake BBox when requested empty glyph metrics. (try 2)

2013-09-26 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://newtestbot.winehq.org/JobDetails.pl?Key=2351 Your paranoid andr

Re: [2/3] gdi32: Return fake BBox when requested empty glyph metrics. (try 2)

2013-09-26 Thread Alexandre Julliard
Akihiro Sagawa writes: > @@ -6519,11 +6519,17 @@ static DWORD get_glyph_outline(GdiFont > *incoming_font, UINT glyph, UINT format, > } > > lpgm->gmBlackBoxX = (right - left) >> 6; > +if (lpgm->gmBlackBoxX == 0) > +lpgm->gmBlackBoxX = 1; > lpgm->gmBlackBoxY = (top - b