Syntax: |
SET TEXTFONT s
|
Default: |
TEXTFONT = ARIAL
|
Note: The value of the TEXTFONT
characteristic is a string instead of a numeric value. So, if
you enter: GET TEXTFONT X
, the variable X
will be a string variable.
TEXTFONT
controls the font of
the text string drawn with the TEXT
command.
The parameter f
should be
the font name. If the font name is composed of more than one word, enclose
the font name in quotes.
Examples:
SET TEXTFONT ARIAL
SET TEXTFONT 'ARIAL BOLD'