fontsize?
BlitzMax Forums/MaxGUI Module/fontsize?| 
 | ||
| the docs for it are kinda crap so how exactly does this command work and how do I use it. | 
| 
 | ||
| LoadGuiFont() will get you a TGUIFont object instance. FontSize() takes a TGUIFont object as a parameter, and will return its size (height). In the same way that FontName() will return the name of the font, and FontStyle() will return its style settings. :o) | 
| 
 | ||
| thanks :) |