m17n ライブラリ 1.8.4
読み取り中…
検索中…
一致する文字列を見つけられません
フィールド
MDrawMetric 構造体

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

#include <m17n-gui.h>

フィールド

int x
 
int y
 
unsigned int width
 
unsigned int height
 

詳解

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

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

フィールド詳解

◆ x

int MDrawMetric::x

X coordinates of a glyph or a text.

◆ y

int MDrawMetric::y

Y coordinates of a glyph or a text.

◆ width

unsigned int MDrawMetric::width

Pixel width of a glyph or a text.

◆ height

unsigned int MDrawMetric::height

Pixel height of a glyph or a text.


m17n-lib Home