C
SHORT GetTextHeight( void * pFont );
Overview
This macro returns the height of the specified font. All characters in a given font table have a constant height.
Input Parameters
Input Parameters |
Description |
void * pFont |
Pointer to the font image. |
Returns
Returns the font height.
Side Effects
none
Example
See OutTextXY() example.