Questions!

BlitzMax Forums/BlitzMax Beginners Area/Questions!

ok, i have a few questions.
how do i change the size of font
how do i make the font an image font, like when there are a bunch of characters in 1 imae file, and they are used in the game.

how do i change the size of font
You pass it a different 'size' parameter in the relevant command.

how do i make the font an image font, like when there are a bunch of characters in 1 imae file, and they are used in the game.
Use a program like FONText.

i dont want to make a font, i want to know how to use it, and is there a way to handle the text from the middle like there is in blitzplus?