Is it possible to set the alignment (left/right/center) of a GUI label at runtime?
Hmm... I think not. ???
This strikes me why it was never added.
I think a workaround is to fill the label with spaces, or, better, get Gui's drawing surface and draw string yourself as you like.
Or use two labels, one invisible.
Or get the text's width, and resize and/or reposition the label.
Should be relatively simple to add to the engine though, I guess.
Yeah, I can reposition the label as a workaround. I promised myself to stop sending more feature requests to the 3.3 team :P