the docs for it are kinda crap so how exactly does this command work and how do I use it.
fontsize?
BlitzMax Forums/BlitzMax GUI Programming/fontsize? 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)
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 :)