Navigation: thinBasic Modules > UI (User Interface) > DIALOGSs > 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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |