[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     NAME:  SetTextJustify

     USE: Sets the text justification for graphic text output. The graph
          unit defines several constants:

            Horizontal and vertical justification for SetTextJustify
           -----------------------------------------------------------

                             CenterText  = 1;
                             LeftText    = 0;
                             RightText   = 2;
                             BottomText  = 0;
                             TopText     = 2;


     DEPENDENCY:  Must first be in graphics mode.  The unit Graph
                  must also be placed in the uses section.

     SYNTAX: SetTextJustify(HorizPos, VertPos : Word);

See Also: SetLineStyle GetTextSettings TextHeight TextWidth OutText
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson