< prev index next >

src/java.desktop/share/native/libfreetype/src/cff/cffparse.h

Print this page

        

@@ -58,10 +58,14 @@
 
     FT_Byte**   stack;
     FT_Byte**   top;
     FT_UInt     stackSize;  /* allocated size */
 
+#ifdef CFF_CONFIG_OPTION_OLD_ENGINE
+    FT_ListRec  t2_strings;
+#endif /* CFF_CONFIG_OPTION_OLD_ENGINE */
+
     FT_UInt     object_code;
     void*       object;
 
     FT_UShort   num_designs; /* a copy of `CFF_FontRecDict->num_designs' */
     FT_UShort   num_axes;    /* a copy of `CFF_FontRecDict->num_axes'    */

@@ -128,9 +132,18 @@
 
 
 FT_END_HEADER
 
 
+#ifdef CFF_CONFIG_OPTION_OLD_ENGINE
+  typedef struct  CFF_T2_String_
+  {
+    FT_Byte*  start;
+    FT_Byte*  limit;
+
+  } CFF_T2_StringRec, *CFF_T2_String;
+#endif /* CFF_CONFIG_OPTION_OLD_ENGINE */
+
 #endif /* CFFPARSE_H_ */
 
 
 /* END */
< prev index next >