--- old/src/java.desktop/share/native/libfreetype/src/cff/cffparse.h 2019-11-22 09:36:31.390838743 -0800 +++ new/src/java.desktop/share/native/libfreetype/src/cff/cffparse.h 2019-11-22 09:36:31.234838747 -0800 @@ -60,6 +60,10 @@ 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; @@ -130,6 +134,15 @@ 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_ */