Re: [PATCH 1/2] Implement GdipGetLogFontA (try3)

2008-11-17 Thread Vincent Povirk
I can't say for sure, but I think you should share code with GdipGetLogFontW somehow (probably either calling it or adding a helper for both functions to call). Vincent Povirk On Mon, Nov 17, 2008 at 6:47 PM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > Was there something wrong with this patch s

Re: [PATCH 1/2] Implement GdipGetLogFontA (try3)

2008-11-17 Thread Adam Petaccia
Was there something wrong with this patch series? On Tue, 2008-11-11 at 11:24 -0500, Adam Petaccia wrote: > Changelog: > try3: > Only copy the bytes we'll use > Toss out bytesWritten > try2: > Fix memcpy() use > Add documentation > Add testcase > --- > dlls/gdiplus/font.c