It’s great that we finally have text alignment in multiline newText objects.
However I’ve noticed that if I “center” align my text, it is always top aligned as well. Is this by design, or have I missed something?
We have some popup boxes that are a fixed size, however the text within them will vary. Therefore I know the maximum SIZE of the textbox (slightly smaller than the popup) and can set that. What we don’t know is how long the text string will be. If it’s long enough to fill the newText area then great, but when it’s not long enough we would want to center-center align it, not top-center align.
Can this be done yet?