HTBasic Help
×
Menu
Index

GFONT IS

Specifies the font for LABEL.
 
 Syntax: GFONT IS Fontname
 
 
Where:
Fontname is the name of a windows font.
 
Usage:
GFONT IS "Courier"
GFONT IS "Lucida Console"
GFONT IS Fontname$
 
Example: GFONT IS.BAS
 
Description:
The GFONT IS command allows the user to specify the font that the LABEL command will use on the graphics screen. GFONT IS "" will reset the font to the default font.
 
Size and rotation of the font are set using the normal label-related commands.
 
See Also: