Setting a new font...
BlitzMax Forums/BlitzMax Beginners Area/Setting a new font...
| ||
Not sure what the problem is here:
Local font:TImagefont = LoadImageFont("arial",20)
SetImageFont font
The docs need more sample code. >< |
| ||
| 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") |
| ||
| Ahh..thx. |