#include <nnsys/g2d/g2d_TextCanvas.h>
const NNSG2dCharacterCanvas* NNS_G2dTextCanvasGetCharCanvas(
const NNSG2dTextCanvas* pTxn
);
pTxn | [IN] Pointer to TextCanvas |
The pointer to the CharCanvas that is the drawing target of TextCanvas.
Gets the pointer to the CharCanvas that is the drawing target of TextCanvas.
NNS_G2dTextCanvasSetCharCanvas
2005/05/25 Initial version.
CONFIDENTIAL