Interface Manager
C4Interface.h

TextElement::GetTextAlignment

Returns the initial alignment for a text element.
Prototype

TextAlignment GetTextAlignment(voidconst;

Description
The GetTextAlignment function returns the initial alignment for a text element, which can be one of the following values.
kTextAlignLeft Align text left.
kTextAlignCenter Align text center.
kTextAlignRight Align text right.
See Also
TextElement::SetTextAlignment