#include <nnsys/g2d/g2d_Font.h>
int NNS_G2dFontGetCharWidthFromIndex(
const NNSG2dFont* pFont,
u16 idx
);
| pFont | [IN] Pointer to font |
| idx | [IN] Glyph index of the glyph to get character width for |
Returns the character width in pixels.
Gets the character width of the glyph corresponding to idx. If no glyph corresponds to idx, or the glyph does not have its own character width information, the default character width for the font will be returned.
Gets the font height for a vertically written font.
2007/03/14 Added support for the vertically written/held fonts. Corrected prototype and description.
2005/05/25 Initial version.
CONFIDENTIAL