# Text bounds

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

```lua
Text.GetBounds(frame)
```

The text bounds are represented with a Vector2.
