Re: Test case for Bug 50 [Was: Bug 50]

2007-01-29 Thread Pedro Araujo Chaves Jr.
I've just finished writing a test case for Bug 50, but I'm missing *a single thing* that prevents it from working under Windows: I still don't know how to get the width of the text output by ExtTextOutW(). MSDN isn't helping much, and I haven't found the optimal Google query yet... ;-) Would

Re: Test case for Bug 50 [Was: Bug 50]

2007-01-29 Thread Duane Clark
Pedro Araujo Chaves Jr. wrote: I've just finished writing a test case for Bug 50, but I'm missing *a single thing* that prevents it from working under Windows: I still don't know how to get the width of the text output by ExtTextOutW(). GetTextExtentPoint32 For some examples in Wine, look

Re: Test case for Bug 50 [Was: Bug 50]

2007-01-29 Thread Pedro Araujo Chaves Jr.
On 2007-01-29, Duane Clark wrote: GetTextExtentPoint32 For some examples in Wine, look at almost any control in comctl32. I was afraid somebody would answer that... Thanks for the quick reply, but that isn't exactly what I need. Here's the picture: when an application calls TextOut() for

Re: Test case for Bug 50 [Was: Bug 50]

2007-01-29 Thread Dmitry Timoshkov
Pedro Araujo Chaves Jr. [EMAIL PROTECTED] wrote: Here's the picture: when an application calls TextOut() for printing text, the usual (at least in my case) call sequence in Wine is TextOut() TextOutA() ExtTextOutA() ExtTextOutW() (the one I patched) GetTextExtentPointW()

Re: Test case for Bug 50 [Was: Bug 50]

2007-01-12 Thread Pedro Araujo Chaves Jr.
Update... I thought I had managed to get Keith's idea and make up a patch, but, to great grief -- and not so great a surprise --, I have just discovered that my patch for bug 50 is not as effective on Lotus Notes 6.5.3 as it was in Notes R5 and the Petzold justify1 example. Well, I'm checking

Re: Test case for Bug 50 [Was: Bug 50]

2007-01-10 Thread Pedro Araujo Chaves Jr.
I think I've managed to patch [1] bug 50 [2], but I'm having a little trouble coming up with a proper test case... I'm already at it, studying and investigating, but could someone test that, too? [1] http://bugs.winehq.org/attachment.cgi?id=4543action=view [2]