diff options
author | Ian Gaither <ianrgaither@gmail.com> | 2022-10-24 20:43:28 -0700 |
---|---|---|
committer | Ian Gaither <ianrgaither@gmail.com> | 2022-10-24 20:43:28 -0700 |
commit | 3bfac8f0c3c3c085e0f63033312d3c17a6ef89c1 (patch) | |
tree | 2e89661e1095d539aaa04099a6eeb820d320d1f7 /doc/classes/TextLine.xml | |
parent | c51a42778df3239fa3e9ef23e701146675985f3c (diff) |
Update TextLine.xml
Diffstat (limited to 'doc/classes/TextLine.xml')
-rw-r--r-- | doc/classes/TextLine.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/TextLine.xml b/doc/classes/TextLine.xml index 471c1a9040..d1dfdecbd2 100644 --- a/doc/classes/TextLine.xml +++ b/doc/classes/TextLine.xml @@ -144,6 +144,7 @@ </methods> <members> <member name="alignment" type="int" setter="set_horizontal_alignment" getter="get_horizontal_alignment" enum="HorizontalAlignment" default="0"> + Sets text alignment within the line as if the line was horizontal. </member> <member name="direction" type="int" setter="set_direction" getter="get_direction" enum="TextServer.Direction" default="0"> Text writing direction. |