NNS_G2dFontGetType

構文


#include <nnsys/g2d/g2d_Font.h>

NNSG2dFontType NNS_G2dFontGetType(
	const NNSG2dFont* pFont
);

引数

pFont [IN] フォント へのポインタ

返り値

フォントのタイプを返します。
現在、NNS_G2D_FONTTYPE_GLYPH のみが有効なフォントタイプです。

説明

pFont のフォントタイプを取得します。

参照

履歴

2005/05/25 初版