fontsize?

BlitzMax Forums/MaxGUI Module/fontsize?

ckob(Posted 2006) [#1]
the docs for it are kinda crap so how exactly does this command work and how do I use it.


Brucey(Posted 2006) [#2]
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)


ckob(Posted 2006) [#3]
thanks :)