NNS_G2dFontGetCellWidth

Syntax


#include <nnsys/g2d/g2d_Font.h>

u8 NNS_G2dFontGetCellWidth(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

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

Description

Returns the cell width 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_G2dFontGetWidth, NNS_G2dFontGetWidthFromIndex, NNS_G2dFontGetMaxCharWidth

Revision History

2005/05/25 Initial version.


CONFIDENTIAL