From 66792d7241b7f099e8ebd2edc1da64ebc21042c8 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Oct 2007 02:20:21 +0000 Subject: [PATCH] (MGlyph): Modified for new FLT handling. --- src/internal-gui.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 -- 1.7.10.4