Data Fields | |
int | from |
int | to |
int | line_from |
int | line_to |
int | x |
int | y |
MDrawMetric | metrics |
MFont * | font |
int | prev_from |
int | next_to |
int | left_from |
int | left_to |
int | right_from |
int | right_to |
int | logical_width |
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.