<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG FONT |
Description
Specify the default dialog font and point size.
Syntax
DIALOG FONT FontName, PointSize
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
FontName |
String |
No |
Name of the font |
PointSize |
Number |
No |
The size of the font to be used in points. |
Remarks
The DIALOG FONT statement specified the font name and font size that will be used for all subsequent dialogs created with DIALOG NEW, until another DIALOG FONT is executed.
Restrictions
See also
Examples