Main Page   Modules   Data Structures   Globals   Appendix  

MDrawGlyphInfo Struct Reference
[Drawing]

Type of information about a glyph. More...


Data Fields

int from
int to
int line_from
int line_to
int x
int y
MDrawMetric metrics
MFontfont
int prev_from
int next_to
int left_from
int left_to
int right_from
int right_to
int logical_width


Detailed Description

Type of information about a glyph.

The type MDrawGlyphInfo is the structure that contains information about a glyph. It is used by mdraw_glyph_info().


Field Documentation

Character range corresponding to the glyph.

Character ranges corresponding to the line of the glyph.

X/Y coordinates of the glyph.

Metric of the glyph.

Font used for the glyph. Set to NULL if no font is found for the glyph.

Character ranges corresponding to logically previous and next glyphs. Note that we do not need the members prev_to and next_from because they must be the same as the members from and to respectively.

Character ranges corresponding to visually left and right glyphs.

Logical width of the glyph. Nominal distance to the next glyph.


Top of this page

Main Page   Modules   Data Structures   Globals   Appendix  

mulemark