#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 aligning all the glyphs in the font to the baseline and layering them on top of each other.
This function does not support vertically written or vertically held fonts.
NNS_G2dFontGetCellHeight, NNS_G2dFontGetLineFeed
2007/03/14 Added a description of the vertically written/held fonts
2005/05/25 Initial version
CONFIDENTIAL