#include <nnsys/g2d/g2d_Font.h>
u8 NNS_G2dFontGetCellHeight(
const NNSG2dFont* pFont
);
pFont | [IN] Pointer to font |
Returns the cell height of the font (in pixels).
Gets the cell height of the font.
Each glyph image in a NITRO font is stored in bitmaps called cells. All glyphs in a single font have the same cell size.
NNS_G2dFontGetHeight, NNS_G2dFontGetLineFeed
2005/05/25 Initial version.
CONFIDENTIAL