The m17n Library 1.8.4
|
Type of metric for glyphs and texts. More...
#include <m17n-gui.h>
Data Fields | |
int | x |
int | y |
unsigned int | width |
unsigned int | height |
Type of metric for glyphs and texts.
The type MDrawMetric is for a metric of a glyph and a drawn text. It is also used to represent a rectangle area of a graphic device.
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.