10 May
2012
10 May
'12
7:01 p.m.
Alexandre Julliard <julliard(a)winehq.org> wrote:
+ stat = GdipGetLogFontW((GpFont *)font, graphics, &lfw); + if (stat != Ok) return stat;
I'm not sure it's an improvement, since you need to add these ugly casts. You should find a way that doesn't require that.
I don't see a way to avoid that, gdiplus APIs are broken in that regard. -- Dmitry.