-
Notifications
You must be signed in to change notification settings - Fork 16
Font
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$)