NNS_G2dFontGetType

Syntax


#include <nnsys/g2d/g2d_Font.h>

NNSG2dFontType NNS_G2dFontGetType(
	const NNSG2dFont* pFont
);

Arguments

pFont [IN] Pointer to font

Return Values

Returns the font type. Currently, the only valid font type is NNS_G2D_FONTTYPE_GLYPH.

Description

Gets the font type of pFont.

See Also

Revision History

2005/05/25 Initial version.


CONFIDENTIAL