#include <nnsys/g2d/g2d_Font.h>
u16 NNS_G2dFontGetGlyphIndex(
const NNSG2dFont* pFont,
u16 c
);
| pFont | [IN] フォント へのポインタ |
| c | [IN] グリフインデックスを取得する文字の文字コード |
グリフインデックスを返します。
c に対応するグリフのグリフインデックスを取得します。
c に対応するグリフが存在しない場合は代替文字のグリフインデックスを返します。
2005/05/25 初版