2.13.31 TextFontAlignmentEnum

Referenced by: TextPFException

An enumeration that specifies font alignment.

Name

Value

Meaning

Tx_ALIGNFONTRoman

0x0000

Place characters on font baseline.

Tx_ALIGNFONTHanging

0x0001

Characters hang from top of line height

Tx_ALIGNFONTCenter

0x0002

Characters centered within line height.

Tx_ALIGNFONTUpholdFixed

0x0003

Characters are anchored to the very bottom of a single line. This is different than Tx_ALIGNFONTRoman because of letters such as "g", "q", and "y".