typedef struct
{
- int pos, to;
- int c;
- unsigned code;
+ MFLTGlyph g;
MRealizedFace *rface;
- short width, ascent, descent, lbearing, rbearing;
- short xoff, yoff;
- unsigned enabled : 1;
unsigned left_padding : 1;
unsigned right_padding : 1;
- unsigned otf_encoded : 1;
+ unsigned enabled : 1;
unsigned bidi_level : 6;
unsigned category : 2;
unsigned type : 3;
- int combining_code;
} MGlyph;
struct MGlyphString