#include <nnsys/g2d/g2d_Font.h>
typedef struct NNSG2dTextRect
{
int width;
int height;
}
NNSG2dTextRect;
NNS_G2dFontGetTextRect() および
NNS_G2dTextCanvasGetTextRect() で
文字列の矩形サイズを受け取るための構造体です。
| width | 矩形の幅 |
| height | 矩形の高さ |
NNS_G2dFontGetTextRect,
NNS_G2dTextCanvasGetTextRect
2005/05/25 初版