The m17n Library 1.8.4
Loading...
Searching...
No Matches
Data Fields
MDrawMetric Struct Reference

Type of metric for glyphs and texts. More...

#include <m17n-gui.h>

Data Fields

int x
 
int y
 
unsigned int width
 
unsigned int height
 

Detailed Description

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.

Field Documentation

◆ 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