NNS_G2dFontGetMaxCharWidth

C Specification

#include <nnsys/g2d/g2d_Font.h>

.u8 NNS_G2dFontGetMaxCharWidth(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns the maximum character width in the font ( in pixels).

Description

Gets the maximum character width (left space + glyph width + right space) of all those in the font.

See Also

NNS_G2dFontGetCellWidth

Revision History

05/25/2005 Initial version.