I want to control the height of an selected text object (just 1). I use font height of 0 for auto sizing. The problem is that it really needs the width to be adjusted for the new height afterwards. In a similar way when you end an edit.
I think I can work out how to do it via a helper (having looked at the RemoveTextEdit function) but is there a simpler way of doing this?
Thanks, I did figure out what the problem was in the end.
If I use the auto font sizing (height=0) it doesn't work but if I set the height myself it's fine. I'm setting it to the same as the object height which seems ok.