Next: SetTextStyle
Up: Functions and procedures
Previous: SetRGBPalette
Procedure SetTextJustify (Horizontal,Vertical : Word) ;
SetTextJustify controls the placement of new text, relative to the
(graphical) cursor position. Horizontal controls horizontal placement, and can be
one of the following pre-defined constants:
- LeftText=0; Text is set left of the pointer.
- CenterText=1; Text is set centered horizontally on the pointer.
- RightText=2; Text is set to the right of the pointer.
Vertical controls the vertical placement of the text, relative to the
(graphical) cursor position. Its value can be one of the following
pre-defined constants :
- BottomText=0; Text is placed under the pointer.
- CenterText=1; Text is placed centered vertically on the pointer.
- TopText=2;Text is placed above the pointer.
None.
OutText, OutTextXY
Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998