Loading a cool font

Blitz3D Forums/Blitz3D Beginners Area/Loading a cool font

luke101(Posted 2004) [#1]
Hello, I have downloaded some fonts from the internet. Is there a way I can use these fonts in my blitz program??


Rob Farley(Posted 2004) [#2]
myfont=loadfont("blah.ttf",blah,blah,blah)

setfont myfont

Check out loadfont in the docs.


luke101(Posted 2004) [#3]
cool...thanks