Skip to content
FellippeHeitor edited this page Dec 19, 2016 · 17 revisions

The Font property holds then handle of the loaded font associated with a control. Must be set using the SetFont method and cannot be directly manipulated with QB64's builtin font commands.

Control(ControlID).Font = SetFont(FontName$, FontSize%, Attributes$)

Controls that use the Font property:

Clone this wiki locally