Re: [try3] gdi32: abc values remain the same despite any changes in layout direction or Viewport

2013-09-12 Thread Alexandre Julliard
Aric Stewart writes: > @@ -1262,6 +1290,70 @@ static void test_GetCharABCWidths(void) > } > > ReleaseDC(NULL, hdc); > + > +memset(&lf, 0, sizeof(lf)); > +strcpy(lf.lfFaceName, "Tahoma"); > +lf.lfHeight = 20; > + > +#define helper_ABC(a) (winetest_set_location(__FILE__,__LI

Re: [try3] gdi32: abc values remain the same despite any changes in layout direction or Viewport

2013-09-11 Thread Aric Stewart
Alexandre, Do you want me to rewrite this patch with your new width_to_LP helper function or are you going to do that rewrite yourself? (assuming it is acceptable in other ways) thanks! -aric