#include <nnsys/g2d/g2d_Font.h>
NNSG2dFontType NNS_G2dFontGetType(
const NNSG2dFont* pFont
);
pFont | [IN] Pointer to font |
Returns the font type. Currently, the only valid font type is NNS_G2D_FONTTYPE_GLYPH
.
Gets the font type of pFont
.
2005/05/25 Initial version.
CONFIDENTIAL