NNS_G2dTextCanvasSetCharCanvas

C Specification

#include <nnsys/g2d/g2d_TextCanvas.h>

void NNS_G2dTextCanvasSetCharCanvas(
NNSG2dTextCanvas* pTxn,
const NNSG2dCharCanvas* pCC
);

Arguments

pTxn [IN] Pointer to TextCanvas
pCC [IN] Pointer to new CharCanvas to be set

Return Values

None.

Description

Changes the CharCanvas that is the drawing target of TextCanvas.

See Also

NNS_G2dTextCanvasSetCharCanvas

Revision History

05/25/2005 Initial version.


CONFIDENTIAL