summaryrefslogtreecommitdiff
path: root/include/freetype/internal/psaux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/psaux.h')
-rw-r--r--include/freetype/internal/psaux.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/freetype/internal/psaux.h b/include/freetype/internal/psaux.h
index a8469f722..b28392bed 100644
--- a/include/freetype/internal/psaux.h
+++ b/include/freetype/internal/psaux.h
@@ -610,7 +610,8 @@ FT_BEGIN_HEADER
CFF_Font cff;
CFF_SubFont current_subfont; /* for current glyph_index */
-
+ FT_Generic* cf2_instance;
+
FT_Pos glyph_width;
FT_Pos nominal_width;
@@ -636,7 +637,7 @@ FT_BEGIN_HEADER
CFF_Decoder_Get_Glyph_Callback get_glyph_callback;
CFF_Decoder_Free_Glyph_Callback free_glyph_callback;
-
+
/* Type 1 stuff */
FT_Service_PsCMaps psnames; /* for seac */
@@ -924,6 +925,8 @@ FT_BEGIN_HEADER
FT_Bool seac;
+ FT_Generic cf2_instance;
+
} T1_DecoderRec;
/*************************************************************************/