When using INPUT from GLB is it possible to have the font aliased when characters are typed?
TIA.
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 :-)
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.