Change Font in MonkeyX?
Monkey Forums/Monkey Programming/Change Font in MonkeyX?| 
 | ||
| Any way to change Font with few lines of code? | 
| 
 | ||
| SetFont(font) font is an Image with~96 images using Mojo1's default image frame splitting (specified when using LoadImage). An optional parameter firstChar can also be specified if the font is to omit numbers, caps, etc | 
| 
 | ||
| imgfont = loadimage("font.png"); setfont(imgfont,32) ¿? |