NNSG2dTextRect

Definition


#include <nnsys/g2d/g2d_Font.h>

typedef struct NNSG2dTextRect
{
	int width;
	int height;
}
NNSG2dTextRect;

Description

Structure used to hold the text string rectangle size used in NNS_G2dFontGetTextRect and NNS_G2dTextCanvasGetTextRect.

width Rectangle width
height Rectangle height

See Also

NNS_G2dFontGetTextRect, NNS_G2dTextCanvasGetTextRect

Revision History

2005/05/25 Initial version.


CONFIDENTIAL