NNS_G2dTextCanvasGetCharCanvas

Syntax


#include <nnsys/g2d/g2d_TextCanvas.h>

const NNSG2dCharacterCanvas*  NNS_G2dTextCanvasGetCharCanvas(
    const NNSG2dTextCanvas* pTxn
);

Arguments

pTxn [IN] Pointer to TextCanvas

Return Values

The pointer to the CharCanvas that is the drawing target of TextCanvas.

Description

Gets the pointer to the CharCanvas that is the drawing target of TextCanvas.

See Also

NNS_G2dTextCanvasSetCharCanvas

Revision History

2005/05/25 Initial version.


CONFIDENTIAL