構造体 MDrawMetric
[表示]

グリフとテキストの寸法の型宣言. [詳細]

変数

int x
int y
unsigned int width
unsigned int height

説明

グリフとテキストの寸法の型宣言.

MDrawMetric はグリフと表示されたテキストの寸法用の型である。 また、表示デバイスの矩形領域を表すのにも用いられる。


構造体

X coordinates of a glyph or a text.

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.

 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義

m17n-lib Home