(OTF_Glyph): New union member u.index.
authorhanda <handa>
Sat, 24 Jul 2004 02:43:23 +0000 (02:43 +0000)
committerhanda <handa>
Sat, 24 Jul 2004 02:43:23 +0000 (02:43 +0000)
src/otf.h

index 7e2e238..673775f 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -1143,6 +1143,9 @@ typedef struct
   int positioning_type;
   union {
     struct {
+      int from, to;
+    } index;
+    struct {
       enum OTF_ValueFormat format;
       OTF_ValueRecord *value;
     } f1;