Syntax: |
SET TEXTHEIGHT n
| |
Default value: |
%TEXTHEIGHT = 3
|
TEXTHEIGHT
controls the height of text to be drawn,
when using the TEXT
command.
There are two ways to specify the text height:
TEXTHEIGHT |
→ | specifies the height of the text in world units |
%TEXTHEIGHT |
→ | specifies the height as a percentage of the height of the graphics
sub-window, that is,TEXTHEIGHT = %TEXTHEIGHT *
(YUPPERWINDOW-
YLOWERWINDOW)/100 |