Previous: 4.53.1. ogFont Unit Constants To the Table of Contents Next: 4.53.2. ogFont Unit Objects
4.53.1. ogFont Unit Constants Table of Contents 4.53.2. ogFont Unit Objects

- 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 
LeftText0
CenterText1
RightText2
 Vertical Constant  Value 
BottomText0
CenterText1
TopText2
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.




Previous: 4.53.1. ogFont Unit Constants To the Table of Contents Next: 4.53.2. ogFont Unit Objects
4.53.1. ogFont Unit Constants Table of Contents 4.53.2. ogFont Unit Objects

- 4.53.1.1. -