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.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/include/freetype/internal/psaux.h b/include/freetype/internal/psaux.h
index 3361b9794..45013e482 100644
--- a/include/freetype/internal/psaux.h
+++ b/include/freetype/internal/psaux.h
@@ -1137,18 +1137,22 @@ FT_BEGIN_HEADER
CFF_Size size,
FT_UInt glyph_index );
- FT_Error
- (*parse_charstrings)( CFF_Decoder* decoder,
- FT_Byte* charstring_base,
- FT_ULong charstring_len
#ifdef CFF_CONFIG_OPTION_OLD_ENGINE
-/*TODO(ewaldhew): seems hacky, is there a better way to do this?*/
- ,FT_Bool in_dict
+ FT_Error
+ (*parse_charstrings_old)( CFF_Decoder* decoder,
+ FT_Byte* charstring_base,
+ FT_ULong charstring_len,
+ FT_Bool in_dict );
#endif
- );
+
+ FT_Error
+ (*parse_charstrings)( PS_Decoder* decoder,
+ FT_Byte* charstring_base,
+ FT_ULong charstring_len );
} CFF_Decoder_FuncsRec;
+
/*************************************************************************/
/*************************************************************************/
/***** *****/