1. Win32Lib Font sizes
Dear Euphorians:
I'm revamping the old winsock stuff, and when updating the example programs
to use the latest versions of Win32Lib, I've found that fonts look currently
much smaller than before...
The 8 point Arial barely reads on screen, I have to put Arial 12 to be able
to read it properly, but ilt does look like the old Arial 8.
Has anybody else experienced this?.
Regards,
Jesus. (Using the nice 2.2 new Euphoria).
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
2. Re: Win32Lib Font sizes
Jesus Consuegra wrote:
> The 8 point Arial barely reads on screen,
> I have to put Arial 12 to be able to read it
> properly, but ilt does look like the old Arial 8.
This is a new "feature" as of 0.45e. Change the DefaultFontID to use
SYSTEM_FONT instead of ANSI_VAR_FONT. Most people *really* hate the change,
so I'll probably change it back soon.
Sorry for the inconvenience.
-- David Cuny
3. Re: Win32Lib Font sizes
- Posted by JesusC <jesus.consuegra at RETEMAIL.ES>
Jan 19, 2000
-
Last edited Jan 20, 2000
David:
If known is not really a problem, thanks.
Jesus.
> This is a new "feature" as of 0.45e. Change the DefaultFontID to use
> SYSTEM_FONT instead of ANSI_VAR_FONT. Most people *really* hate
> the change,
> so I'll probably change it back soon.
>
> Sorry for the inconvenience.
>
> -- David Cuny