SpriteFont.MeasureString Method
Returns the width and height of a string.
| Name | Description |
|---|---|
| SpriteFont.MeasureString (String) | Returns the width and height of a string as a Vector2. |
| SpriteFont.MeasureString (StringBuilder) | Returns the width and height of a string as a Vector2. |