NNS_G2dTextCanvasSetCharCanvas

Syntax


#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

2005/05/25 Initial version.


CONFIDENTIAL