GET_RENDERED_CHARACTER_HEIGHT
0xDB88A37483346780
0x3330175B
// GetRenderedCharacterHeight
float GET_RENDERED_CHARACTER_HEIGHT(float size, int font);
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
Old name: _GET_TEXT_SCALE_HEIGHT