Text bounds

Text bounds are automatically calculated upon text creation. You can always get the text bounds of a frame like this:

TextPlus.GetTextBounds(frame)

The text bounds are represented as a Vector2.

Last updated