- 4.53.1.1. -
Table of Contents
4. Standard Units
4.53. ogFont - BitFont support for ObjGfx 4.0
4.53.1. ogFont Unit Constants
4.53.1.1. ogFont justification constants
4.53.1.1. ogFont justification constants
Targets: MS-DOS, Win32 console
ogFont Unit
Use these constants to specify horizontal and vertical
justification for ogBitFont.justifyText().
Horizontal Constant | Value |
LeftText | 0 |
CenterText | 1 |
RightText | 2 |
Vertical Constant | Value |
BottomText | 0 |
CenterText | 1 |
TopText | 2 |
Remarks:
Note how each justification constant places the output text relative to
the output coordinates:
TopText TopText TopText
LeftText CenterText RightText
BottomText BottomText BottomText
These are identical to the justification constants in the Graph unit.
- 4.53.1.1. -