#include <nnsys/g2d/g2d_Font.h>
void NNS_G2dFontSetDefaultCharWidths(
NNSG2dFont* pFont,
NNSG2dCharWidths cw
);
pFont | [IN] Pointer to font |
cw | [IN] Pointer to character width information. |
None.
Changes 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_G2dFontGetDefaultCharWidths, NNS_G2dFontGetCharWidths, NNS_G2dFontGetCharWidthsFromIndex
2005/05/25 Initial version.
CONFIDENTIAL