faster text?

BlitzMax Forums/BlitzMax Programming/faster text?

slenkar(Posted 2008) [#1]
Is there a faster way to display text than the normal text commands or a bitmap font library?


MGE(Posted 2008) [#2]
Drawing letters from images will be faster. There's quite a few bit map font handlers available. Search around, you'll find em. ;)


GfK(Posted 2008) [#3]
I wrote my own which uses output from FONText. Wasn't difficult, took me a couple of hours and its much faster than standard text commands.


slenkar(Posted 2008) [#4]
thanks ill check it out