FontType Button.Font
Gets/sets the font used by the button to display text.
The font number must correspond to one of the fonts from the Fonts pane in the AGS Editor.
Example:
btnOK.Font = eFontMain;
will change the btnOK button to use Font "Main".
See Also: Label.Font, TextBox.Font
|