From 521adf48df5a3d1d70046e914e86654523c3116b Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 26 Jul 2004 01:33:51 +0000 Subject: [PATCH] (FontLayoutCmdOTF): Move back to font-flt.c. (MGlyph): Delete member otf_cmd, add member bidi_sensitive. --- src/internal-gui.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/internal-gui.h b/src/internal-gui.h index 3b5fdc6..badbd8c 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -112,14 +112,6 @@ enum glyph_type typedef struct { - MSymbol script; - MSymbol langsys; - MSymbol gsub_features; - MSymbol gpos_features; -} FontLayoutCmdOTF; - -typedef struct -{ int pos, to; int c; unsigned code; @@ -127,14 +119,12 @@ typedef struct 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; -- 1.7.10.4