Luna::VG::TextAlignment
enum TextAlignment : u8
{
begin= 1
center= 2
end= 3
}
Specifies the test alignment side.
Options
-
begin
Aligns text to the beginning side of the text region.
-
center
Aligns text to the center of the text region.
-
end
Aligns text to the ending side of the text region.