Text position alignment

Example:
Left alignment <Text
Center alignment < Text >
Right alignment Text>

Could really help with centering UI objects to the screen.

In the meantime, to center your text, you can define x coordinates as x - Object.Width()/2.
For left align, normal x.
For right align, x - Object.Width().

But yes, more text settings would be great… outline/shading is what I miss most.

See Trello for more settings, you can vote on the card

I don’t have a trollo account but also a thumbs up from me.
Text-align and line-spacing would be very useful.
I have a text block that should not be left justified. Now I have to create a own text object for all 6 lines and try to place it perfectly.