int FontHeight(int font)
When passed a font handle it will return the height of a character. This is constant, and will include any excess space that existed in the font graphic.
font = LoadFont("font.png"); fontht = FontHeight(font);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |