(MGlyph): Delete member otf_cmd, add member bidi_sensitive.
typedef struct
{
- MSymbol script;
- MSymbol langsys;
- MSymbol gsub_features;
- MSymbol gpos_features;
-} FontLayoutCmdOTF;
-
-typedef struct
-{
int pos, to;
int c;
unsigned code;
MRealizedFace *rface;
short width, ascent, descent, lbearing, rbearing;
short xoff, yoff;
-#ifdef HAVE_OTF
- FontLayoutCmdOTF *otf_cmd;
-#endif
unsigned enabled : 1;
unsigned left_padding : 1;
unsigned right_padding : 1;
unsigned otf_encoded : 1;
unsigned bidi_level : 6;
+ unsigned bidi_sensitive : 1;
enum glyph_type type : 3;
int combining_code;
} MGlyph;