ChangeFont
Previous  Next

Changes the font of the specified control.
Syntax: ChangeFont (ControlName As Control, FontName As String)

You can add fonts to the device by copying a font file to the fonts library: \windows\fonts
Example:
FormLib1.ChangeFont("TextBox1","Courier New")