forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
getgtextvector
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The getgtextvector subroutine gets the current orientation for font
     text output. The current orientation is used in calls to outgtext.
 
     The <x> and <y> arguments return the vector. The text-rotation
     options are shown below:
 
     (x, y)             Text Orientation
 
     (1, 0)             Horizontal text (default)
 
     (0, 1)             Rotated 90 degrees counterclockwise
 
     (-1, 0)            Rotated 180 degrees
 
     (0, -1)            Rotated 270 degrees counterclockwise
 
     Return Value
 
     None.
                                    -♦-