NNS_G2dFontGetCellHeight

C Specification

#include <nnsys/g2d/g2d_Font.h>

u8 NNS_G2dFontGetCellHeight(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns the cell height of the font ( in pixels).

Description

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.

See Also

NNS_G2dFontGetHeight, NNS_G2dFontGetLineFeed

Revision History

05/25/2005 Initial version.


CONFIDENTIAL