#include <nnsys/g2d/g2d_Font.h>
NNSG2dCharWidths* NNS_G2dFontGetDefaultCharWidths(
const NNSG2dFont* pFont
);
| pFont | [IN] Pointer to font |
Returns the font's default character width information.
Gets the font's default character width information.
The font's default character width information is used for glyphs that do not have their own character width information.
NNS_G2dFontSetDefaultCharWidths, NNS_G2dFontGetCharWidths, NNS_G2dFontGetCharWidthsFromIndex
06/28/2005 Corrected the type of the function's return value in C Specification. 05/25/2005 Initial version.