NNS_G2dFontSetDefaultCharWidths

Syntax


#include <nnsys/g2d/g2d_Font.h>

void NNS_G2dFontSetDefaultCharWidths(
	NNSG2dFont* pFont,
	NNSG2dCharWidths cw
);

Arguments

pFont [IN] Pointer to font
cw [IN] Pointer to character width information.

Return Values

None.

Description

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.

See Also

NNS_G2dFontGetDefaultCharWidths, NNS_G2dFontGetCharWidths, NNS_G2dFontGetCharWidthsFromIndex

Revision History

2005/05/25 Initial version.


CONFIDENTIAL