diff options
author | Clay John <claynjohn@gmail.com> | 2022-10-27 09:51:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 09:51:19 -0700 |
commit | 5f575bf1fa3d1dc3ad50f1188e6ca0eff7a14ddf (patch) | |
tree | d00e1e841482b7258e2df7874f5679ee8467a1db /doc | |
parent | 8a5e0b8caf6133880ffbd90b239051d0b8262c71 (diff) | |
parent | 3bfac8f0c3c3c085e0f63033312d3c17a6ef89c1 (diff) |
Merge pull request #67861 from IanGaither/textfile-alignment-documentation
TextLine - Added description for alignment member
Diffstat (limited to 'doc')
-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. |