Re: [1/3] gdiplus: Add a test to check transformation order in GdipMeasureDriverString.

2012-11-06 Thread Dmitry Timoshkov
Vincent Povirk wrote: > The approach of rotating and scaling still works, but it requires > drawing text and visually inspecting the output. I've written and > attached a test program that does that (with a matrix that rotates by > 90 degrees and a world transform with a much greater scale on the

Re: [1/3] gdiplus: Add a test to check transformation order in GdipMeasureDriverString.

2012-11-02 Thread Vincent Povirk
Thanks for writing tests. It turns out I was a bit confused when I asked for them. For some reason, I was was under the impression that GdipMeasureDriverString would return a measurement in device coordinates, when it should have been obvious to me that it returns world coordinates. Looking back a