text_align
text_align(ax, ay)
Set alignment of text globaly. You can use START, MIDDLE, END.
Syntaxe
text_align(ax=START, ay=MIDDLE)
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
ax | yes | - | Align position horizontaly (0-1) - You can use START, MIDDLE, END |
ay | yes | - | Align position verticaly (0-1) - You can use START, MIDDLE, END |