#include <nnsys/g2d/g2d_Font.h>
const int NNS_G2dFontGetCharWidth(
const NNSG2dFont* pFont,
u16 c
);
| pFont | [IN] Pointer to font |
| c | [IN] Character code of the character to get character width for |
Returns the character width in pixels.
Gets the character width information for the glyph corresponding to c. If there is no glyph corresponding to c or the glyph does not have its own character width information, gets the default character width.
NNS_G2dFontGetCharWidthFromIndex
05/25/2005 Initial version.