textheight
This function is used to get the height of a string or character.
int textheight(LPCTSTR str);
int textheight(TCHAR c);
Parameters
str
A string.
c
A character.
Return Value
The actual height of a string or character.
Examples
None