Setting a new font...

BlitzMax Forums/BlitzMax Beginners Area/Setting a new font...

Chroma(Posted 2005) [#1]
Not sure what the problem is here:

Local font:TImagefont = LoadImageFont("arial",20)
SetImageFont font


The docs need more sample code. ><


klepto2(Posted 2005) [#2]
Try to copy the Font to your App root folder or to add the full path of the fOnt to the LoadImageFOnt Command (ie: "C:\windows\fonts\arial.ttf")


Chroma(Posted 2005) [#3]
Ahh..thx.