qpgraph.hlp (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.
_SetGTextVector Procedure
  Summary Details Example                                   Back
 
  Arguments
 
    x, y    Vector specifying font rotation
 
  Description
 
    The values of x and y define the vector which determines the
    orientation of font text on the screen. Examples of text rotation
    options are
 
      (x, y)    Text Orientation
      ══════    ═════════════════════════════════════
      ( 1,0)    Horizontal text  (default)
      ( 0,1)    Rotated 90 degrees counter-clockwise
      (-1,0)    Rotated 180 degrees
      (0,-1)    Rotated 270 degrees counter-clockwise
 
    Note that (0,0) is ignored. If non-zero values are input, only
    the sign of the input is used. For example, (-3,0) is interpreted
    as (-1,0).
 
  _GrStatus Returns
 
    _GrParameterAltered