Re: Add a test showing that GDI should not scale bitmap font metrics

2004-09-01 Thread Dmitry Timoshkov
"Huw D M Davies" <[EMAIL PROTECTED]> wrote: > Try setting lfWidth to 0, that should then scale the font > isotropically - setting a non-zero lfWidth can result in different > scaling factors in the x and y directions. So for example if you > leave width set to the normal width and only multiply u

Re: Add a test showing that GDI should not scale bitmap font metrics

2004-09-01 Thread Huw D M Davies
On Wed, Sep 01, 2004 at 06:49:14PM +0900, Dmitry Timoshkov wrote: > "Huw D M Davies" <[EMAIL PROTECTED]> wrote: > > > > I had a wild guess whether GDI actually scales or not metrics for > > > a bitmap font if a requested font size is not available and wrote > > > a test case for it. No, GDI *does

Re: Add a test showing that GDI should not scale bitmap font metrics

2004-09-01 Thread Dmitry Timoshkov
"Huw D M Davies" <[EMAIL PROTECTED]> wrote: > > I had a wild guess whether GDI actually scales or not metrics for > > a bitmap font if a requested font size is not available and wrote > > a test case for it. No, GDI *does not* scale bitmap font metrics. > > Well it does do integer scaling. So if

Re: Add a test showing that GDI should not scale bitmap font metrics

2004-09-01 Thread Huw D M Davies
On Wed, Sep 01, 2004 at 05:44:19PM +0900, Dmitry Timoshkov wrote: > Hello, > > I had a wild guess whether GDI actually scales or not metrics for > a bitmap font if a requested font size is not available and wrote > a test case for it. No, GDI *does not* scale bitmap font metrics. Well it does do