#include <nnsys/g2d/g2d_Font.h>
u8 NNS_G2dFontGetCellWidth(
const NNSG2dFont* pFont
);
| pFont | [IN] フォント へのポインタ |
フォントのセルの幅を返します。(ピクセル単位)
フォントのセルの幅を取得します。
NITROフォントでは個々のグリフイメージがセルと呼ばれるビットマップに格納されています。 セルはフォント内の全てのグリフで同じ大きさです。
NNS_G2dFontGetWidth,
NNS_G2dFontGetWidthFromIndex,
NNS_G2dFontGetMaxCharWidth
2005/05/25 初版