summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h
new file mode 100644
index 00000000000..e0ff992cc41
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h
@@ -0,0 +1,11 @@
+#ifndef CARYLL_TABLE_TSI5_H
+#define CARYLL_TABLE_TSI5_H
+
+#include "otfcc/table/TSI5.h"
+
+table_TSI5 *otfcc_readTSI5(const otfcc_Packet packet, const otfcc_Options *options);
+void otfcc_dumpTSI5(const table_TSI5 *table, json_value *root, const otfcc_Options *options);
+table_TSI5 *otfcc_parseTSI5(const json_value *root, const otfcc_Options *options);
+caryll_Buffer *otfcc_buildTSI5(const table_TSI5 *TSI, const otfcc_Options *options, glyphid_t numGlyphs);
+
+#endif