One possible approach to getting the width and height of a TextShape and maybe other (unrotated) objects that do not have width and height properties is to:
place the object alone in a picture and measure the picture size,
rotate the object 180° around its left top origin,
measure the picture size again and take the differences.
This assumes that:
a picture’s width and height can be set by the right bottom most object’s width and height, and
the left top of an object can be derived from its X and Y properties.
Does anyone already know if this is a dead end or a viable approach using Xojo’s Object2D drawing?
ref: Simple graphic app dosble?
ref: Group2D objects - could we have some events? - #12 by Tim_Parnell