Returns the width and height of the given text, wrapping lines and trimming to a max width
overload 1:
client.getTextDimensions(text)
| Method Property | Fluent Description | Representation |
| text accepts | a String | |
| Return Value | a Vector2 | |
overload 2:
client.getTextDimensions(text, maxWidth, wrap)
| Method Property | Fluent Description | Representation |
| text accepts | a String | |
| maxWidth accepts | an Integer | |
| wrap accepts | a Boolean | |
| Return Value | a Vector2 | |