変数 | |
int | x |
int | y |
unsigned int | width |
unsigned int | height |
MDrawMetric はグリフと表示されたテキストの寸法用の型である。 また、表示デバイスの矩形領域を表すのにも用いられる。
int MDrawMetric::x |
X coordinates of a glyph or a text.
int MDrawMetric::y |
Y coordinates of a glyph or a text.
unsigned int MDrawMetric::width |
Pixel width of a glyph or a text.
unsigned int MDrawMetric::height |
Pixel height of a glyph or a text.