SetTextControlExFont |
www.progui.co.uk Top Previous Next |
SetTextControlExFont() Syntax Success = SetTextControlExFont(ID.i, FontID.i, Antialiased.b) Description Sets the font and anti aliased state of a TextControlEx. ID is the handle/ID of a previously created TextControlEx or can be -1 in order to set the font for all TextControlEx's created after this command. FontID must be the handle/ID of a previously loaded font. Antialiased specifies whether the text has smoothed edges and can be 1 for active or 0 for inactive. Returns true for success or zero for failure.
|