NNS_G2dTextCanvasSetFont

Syntax


#include <nnsys/g2d/g2d_TextCanvas.h>

void NNS_G2dTextCanvasSetFont(
	NNSG2dTextCanvas* pTxn,
	const NNSG2dFont* pFont
);

Arguments

pTxn [IN] Pointer to TextCanvas
pFont [IN] Pointer to new setting for font

Return Values

None.

Description

Changes the font that TextCanvas will use for text-character drawing.

See Also

NNS_G2dTextCanvasGetFont

Revision History

2005/05/25 Initial version.


CONFIDENTIAL