Syntax: |
SET YTEXTLOCATION n
|
Default value: |
%YTEXTLOCATION = 50
|
YTEXTLOCATION
controls the vertical reference position
of a character string drawn using the TEXT
command. This reference point is used for text alignment. See the explanation of
TEXTALIGN
for how
YTEXTLOCATION
will be used.
YTEXTLOCATION
will be used if
TEXTINTERACTIVE
≠ 0.
There are two forms for YTEXTLOCATION
:
YTEXTLOCATION |
→ | the vertical coordinate, in world coordinate units, of the reference point |
%YTEXTLOCATION |
→ | the vertical coordinate, expressed as a percentage of the height of the
graphics sub-window, that is,YTEXTLOCATION = %YTEXTLOCATION *
(YUPPERWINDOW-
YLOWERWINDOW)/100 . |