NNS_G2dTextCanvasGetFont

Syntax


#include <nnsys/g2d/g2d_TextCanvas.h>

const NNSG2dFont* NNS_G2dTextCanvasGetFont(
	const NNSG2dTextCanvas* pTxn
);

Arguments

pTxn [IN] Pointer to TextCanvas

Return Values

The pointer to the font being used by TextCanvas for text-character drawing

Description

Gets the pointer to the font being used by TextCanvas for text-character drawing.

See Also

NNS_G2dTextCanvasSetFont

Revision History

2005/05/25 Initial version.


CONFIDENTIAL