(FontLayoutCmdOTF): Moved from font-flt.c.
authorhanda <handa>
Tue, 13 Jul 2004 01:42:12 +0000 (01:42 +0000)
committerhanda <handa>
Tue, 13 Jul 2004 01:42:12 +0000 (01:42 +0000)
(MGlyph): New member otf_cmd.

src/internal-gui.h

index dc13947..06081ad 100644 (file)
@@ -114,6 +114,14 @@ 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;
@@ -121,6 +129,9 @@ 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;