Position the center of a TextField
Is there a way to position a TextField based on the vertical and horizontal center of its string? I gather the .myText.width and myText.height can be read, but the native origin seems to be in the upper left, as shown here:

so it will take trig todecide the offset to the center. Is there a native function to position at the actual center?

