NNS_G2dFontGetAlternateGlyphIndex

構文


#include <nnsys/g2d/g2d_Font.h>

u16 NNS_G2dFontGetAlternateGlyphIndex(
	const NNSG2dFont* pFont
);

引数

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

返り値

代替文字のグリフインデックス。

説明

代替文字のグリフインデックスを取得します。

代替文字はフォントに含まれていない文字の代わりとして用いられる文字です。

参照

NNS_G2dFontSetAlternateChar, NNS_G2dFontSetAlternateGlyphIndex

履歴

2005/05/25 初版