NNS_G2dFontGetDefaultCharWidths

Syntax


#include <nnsys/g2d/g2d_Font.h>

NNSG2dCharWidths* NNS_G2dFontGetDefaultCharWidths(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns the font's default character width information.

Description

Gets the font's default character width information.

The font's default character width information is used for glyphs that do not have their own character width information.

See Also

NNS_G2dFontSetDefaultCharWidths, NNS_G2dFontGetCharWidths, NNS_G2dFontGetCharWidthsFromIndex

Revision History

2005/06/28 Corrected the type of the function's return value in "Syntax."
2005/05/25 Initial version.


CONFIDENTIAL