#include <nnsys/g2d/g2d_Font.h>
typedef struct NNSG2dTextRect
{
int width;
int height;
}
NNSG2dTextRect;
Structure used to hold the text string rectangle size used in NNS_G2dFontGetTextRect and NNS_G2dTextCanvasGetTextRect.
| width | Rectangle width |
| height | Rectangle height |
NNS_G2dFontGetTextRect, NNS_G2dTextCanvasGetTextRect
05/25/2005 Initial version.