Re: Implement GdiGetCharDimensions

2005-07-18 Thread Huw D M Davies
On Mon, Jul 18, 2005 at 05:24:42PM +0200, Alexandre Julliard wrote: > Huw D M Davies <[EMAIL PROTECTED]> writes: > > > Actually GetTextExtentPoint returns tm.tmHeight for cy, so there > > shouldn't be any difference. > > Ah right, in that case of course it makes no difference. But is that > reall

Re: Implement GdiGetCharDimensions

2005-07-18 Thread Alexandre Julliard
Huw D M Davies <[EMAIL PROTECTED]> writes: > Actually GetTextExtentPoint returns tm.tmHeight for cy, so there > shouldn't be any difference. Ah right, in that case of course it makes no difference. But is that really the correct behavior for GetTextExtentPoint? -- Alexandre Julliard [EMAIL PROT

Re: Implement GdiGetCharDimensions

2005-07-18 Thread Huw D M Davies
On Mon, Jul 18, 2005 at 05:03:49PM +0200, Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > > > +LONG WINAPI GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, LONG *height) > > +{ > > +SIZE sz; > > +static const WCHAR alphabet[] = { > > + > > 'a','b','c','d'

Re: Implement GdiGetCharDimensions

2005-07-18 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > +LONG WINAPI GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, LONG *height) > +{ > +SIZE sz; > +static const WCHAR alphabet[] = { > +'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q', > +'r','s','t','u','v','w