GLBasic forum

Main forum => GLBasic - en => Topic started by: spicypixel on 2012-Sep-10

Title: Anti-aliased Font for INPUT
Post by: spicypixel on 2012-Sep-10
When using INPUT from GLB is it possible to have the font aliased when characters are typed?

TIA.
Title: Re: Anti-aliased Font for INPUT
Post by: Moru on 2012-Sep-11
Use this tool to make the font-image with alpha-channel for the anti-alias effect to work:
http://www.glbasic.com/forum/index.php?topic=6421.msg51425#msg51425
I haven't tried it with INPUT but that should work too? If not I'm affraid you will have to write your own input code :-)
Title: Re: Anti-aliased Font for INPUT
Post by: spacefractal on 2012-Sep-11
INPUT is such a command that only been use for debug thing, newer with commercial thing.

So I guess you should use your own input system which can been used with your font system, which also you would have much more control.