#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
2005/06/28 Corrected the type of the function's return value in "Syntax."
2005/05/25 Initial version.
CONFIDENTIAL