#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
05/25/2005 Initial version.