TextWidget::SetTextAlignment
Defined in:
Sets the initial alignment for a text widget.
C4Widgets.h
Prototype
void SetTextAlignment(Slug::AlignmentType alignment);
Parameters
alignment |
The new text alignment. |
Description
The SetTextAlignment
function sets the alignment for a text widget. The default text alignment is Slug::kAlignmentLeft
.
See Also