#include <nnsys/g2d/g2d_Font.h>
u8 NNS_G2dFontGetHeight(
const NNSG2dFont* pFont
);
| pFont | [IN] Pointer to font |
Returns the height of the font ( in pixels).
Gets the font height.
The height of the font is the height of the image that results from placing all of the glyphs in the font on top of each other and aligning them to the baseline.
NNS_G2dFontGetCellHeight, NNS_G2dFontGetLineFeed
05/25/2005 Initial version.