#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.
05/25/2005 Initial version.
CONFIDENTIAL