faster text?
BlitzMax Forums/BlitzMax Programming/faster text?| 
 | ||
| Is there a faster way to display text than the normal text commands or a bitmap font library? | 
| 
 | ||
| Drawing letters from images will be faster. There's quite a few bit map font handlers available. Search around, you'll find em. ;) | 
| 
 | ||
| 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. | 
| 
 | ||
| thanks ill check it out |