#include <nnsys/g2d/g2d_Font.h>
u8 NNS_G2dFontGetCellWidth(
const NNSG2dFont* pFont
);
pFont | [IN] Pointer to font |
Returns the cell width of the font (in pixels).
Returns the cell width of the font.
Each glyph image in a NITRO font is stored in bitmaps called cells. All glyphs in a single font have the same cell size.
NNS_G2dFontGetWidth, NNS_G2dFontGetWidthFromIndex, NNS_G2dFontGetMaxCharWidth
2005/05/25 Initial version.
CONFIDENTIAL