#include <nnsys/g2d/g2d_TextCanvas.h>
void NNS_G2dTextCanvasSetCharCanvas(
NNSG2dTextCanvas* pTxn,
const NNSG2dCharCanvas* pCC
);
pTxn | [IN] Pointer to TextCanvas |
pCC | [IN] Pointer to new CharCanvas to be set |
None.
Changes the CharCanvas that is the drawing target of TextCanvas.
NNS_G2dTextCanvasSetCharCanvas
2005/05/25 Initial version.
CONFIDENTIAL