#include <nnsys/g2d/g2d_Font.h>
.u8 NNS_G2dFontGetMaxCharWidth(
const NNSG2dFont* pFont
);
| pFont | [IN] Pointer to font |
Returns the maximum character width in the font ( in pixels).
Gets the maximum character width (left space + glyph width + right space) of all those in the font.
05/25/2005 Initial version.
CONFIDENTIAL