#include <nnsys/g2d/g2d_Font.h> NNSG2dFontType NNS_G2dFontGetType( const NNSG2dFont* pFont );
フォントのタイプを返します。 現在、NNS_G2D_FONTTYPE_GLYPH のみが有効なフォントタイプです。
pFont のフォントタイプを取得します。
pFont
2005/05/25 初版