2.8.1 sgtxzu/sgtxzv/sgtxzr

1.
Function
Draws text in the U/V/R-coordinates. Specifies attributes at the same time.
2.
Call
NumRu::DCL.sgtxzu(ux,uy,chars,rsize,irota,icent,index)
NumRu::DCL.sgtxzv(vx,vy,chars,rsize,irota,icent,index)
NumRu::DCL.sgtxzr(rx,ry,chars,rsize,irota,icent,index)
3.
Explanation of Parameters
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).
rsize (R) The character height. See sgstxs.
irota (I) The angle of rotation of the text See. sgstxr.
icent (I) The centering option. See sgstxc.
index (I) The line index of text. See sgstxi.
4.
Notes
(a)
The parameters rsize, irota, icent, and index specified here do not change the  rsize, irota, icent, and index inquired by sgtxu, sgtxv, and sgtxr..