From: handa Date: Mon, 29 Oct 2007 02:20:21 +0000 (+0000) Subject: (MGlyph): Modified for new FLT handling. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=66792d7241b7f099e8ebd2edc1da64ebc21042c8;p=m17n%2Fm17n-lib.git (MGlyph): Modified for new FLT handling. --- diff --git a/src/internal-gui.h b/src/internal-gui.h index 6d42c97..07a6d70 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -124,20 +124,14 @@ enum glyph_category 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