(OTF_EncodingSubtable14): New type.
authorhanda <handa>
Mon, 22 Dec 2008 05:51:29 +0000 (05:51 +0000)
committerhanda <handa>
Mon, 22 Dec 2008 05:51:29 +0000 (05:51 +0000)
(OTF_EncodingSubtable): New union member f.f14.

src/otf.h

index 431e288..3310242 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -214,6 +214,12 @@ typedef struct
 
 typedef struct
 {
+  unsigned nbytes;
+  unsigned char *data;
+} OTF_EncodingSubtable14;
+
+typedef struct
+{
   unsigned format;
   unsigned length;
   unsigned language;
@@ -225,6 +231,7 @@ typedef struct
     OTF_EncodingSubtable8 *f8;
     OTF_EncodingSubtable10 *f10;
     OTF_EncodingSubtable12 *f12;
+    OTF_EncodingSubtable14 *f14;
   }f;
 } OTF_EncodingSubtable;