GetRenderedCharacterHeight
Docslocal retval = GetRenderedCharacterHeight(size, font)Description
This gets the height of the FONT and not the total text. You need to get the number of lines your text uses, and get the height of a newline (I'm using a smaller value) to get the total text height.
Old name: _GET_TEXT_SCALE_HEIGHT
Parameters
| Name | Type | Description |
|---|---|---|
size | float | — |
font | int | — |
Returns
floatReturns a floating-point number.