NNS_G2dTextCanvasGetVSpace

Syntax


#include <nnsys/g2d/g2d_TextCanvas.h>

int NNS_G2dTextCanvasGetVSpace(
	const NNSG2dTextCanvas* pTxn,
);

Arguments

pTxn [IN] Pointer to TextCanvas

Return Values

Returns the line spacing being used by TextCanvas.

Description

Gets the line spacing that is being used by TextCanvas.

See Also

NNS_G2dTextCanvasSetVSpace

Revision History

2005/05/25 Initial version.


CONFIDENTIAL