This action sets the alignment of the text object
| <node3d:text3d>.alignment( | |
| alignment |
)
alignment
The alignment mode for the text object.
Align can be one of the following values:
Alignment Modes |
|
viz.ALIGN_LEFT_TOP |
Text is aligned with upper left corner |
viz.ALIGN_LEFT_CENTER |
Text is aligned with center left side |
viz.ALIGN_LEFT_BOTTOM |
Text is aligned with bottom left corner |
viz.ALIGN_CENTER_TOP |
Text is aligned with center top side |
viz.ALIGN_CENTER_CENTER |
Text is aligned with center |
viz.ALIGN_CENTER_BOTTOM |
Text is aligned with center bottom side |
viz.ALIGN_RIGHT_TOP |
Text is aligned with upper right corner |
viz.ALIGN_RIGHT_CENTER |
Text is aligned with center right side |
viz.ALIGN_RIGHT_BOTTOM |
Text is aligned with bottom right corner |
None