- 4.37.1.13. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.1. Graph Unit Types, Constants, and Variables
4.37.1.13. Justification constants
4.37.1.13. Justification constants
Targets: MS-DOS, Win32
Graph Unit
Use these constants to specify horizontal and vertical
justification for SetTextJustify.
Horizontal Constant | Value |
LeftText | 0 |
CenterText | 1 |
RightText | 2 |
Vertical Constant | Value |
BottomText | 0 |
CenterText | 1 |
TopText | 2 |
Note how each justification constant places the output text relative to
the output coordinates:
TopText TopText TopText
LeftText CenterText RightText
BottomText BottomText BottomText
- 4.37.1.13. -