TextFontAlignType enumeration

TextFontAlignType enumeration

Represents the different types of font alignment.

The TextFontAlignType type exposes the following members:

Fields

FieldDescription
AUTOMATICWhen the text flow is horizontal or simple vertical same as fontBaseline
but for other vertical modes same as fontCenter.
BOTTOMThe letters are anchored to the very bottom of a single line.
BASELINEThe letters are anchored to the bottom baseline of a single line.
CENTERThe letters are anchored between the two baselines of a single line.
TOPThe letters are anchored to the top baseline of a single line.

See Also