summaryrefslogtreecommitdiff
path: root/include/freetype/internal/tttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/tttypes.h')
-rw-r--r--include/freetype/internal/tttypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/freetype/internal/tttypes.h b/include/freetype/internal/tttypes.h
index 4fc504fc7..4177d1e38 100644
--- a/include/freetype/internal/tttypes.h
+++ b/include/freetype/internal/tttypes.h
@@ -1049,6 +1049,10 @@ FT_BEGIN_HEADER
(*TT_CharMap_Func)( TT_CMapTable* charmap,
FT_ULong char_code );
+ typedef FT_ULong
+ (*TT_CharNext_Func)( TT_CMapTable* charmap,
+ FT_ULong char_code );
+
/* charmap table */
struct TT_CMapTable_
@@ -1072,6 +1076,7 @@ FT_BEGIN_HEADER
} c;
TT_CharMap_Func get_index;
+ TT_CharNext_Func get_next_char;
};