2.8.5 SGSTXC

1.
Function
Sets the centering option of the text drawn with SGTXU, SGTXV, and SGTXR.
2.
Call
CALL SGSTXC(ICENT)
3.
Explanation of Parameters
ICENT (I) The centering option. (Initial value is 0.) Specify -1, 0, or +1.
-1: Left adjust
  0: Centered
+1: Right adjust 
4.
Notes
(a)
The validity of ICENT is not checked by this routine. It is checked when SGTXU, SGTXV, or SGTXR is called.
(b)
The current centering option can be inquired by
CALL SGQTXC(ICENT)
.