DCL:GRPH1:SGPACK: User Interface:Explanation of Subroutines: Text Primitives
Draws a text in the U/V/R-coordinates.
CALL SGTXU(UX,UY,CHARS)
CALL SGTXV(VX,VY,CHARS)
CALL SGTXR(RX,RY,CHARS)
UX, UY (R) Gives the (X, Y) coordinates of the position of the text in UC. VX, VY (R) Gives the (X, Y) coordinates of the position of the text in VC. RX, RY (R) Gives the (X, Y) coordinates of the position of the text in RC. CHARS (C*(*)) The text (character string).