summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h
new file mode 100644
index 00000000000..bd9ec134c4d
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/maxp.h
@@ -0,0 +1,11 @@
+#ifndef CARYLL_TABLE_MAXP_H
+#define CARYLL_TABLE_MAXP_H
+
+#include "otfcc/table/maxp.h"
+
+table_maxp *otfcc_readMaxp(const otfcc_Packet packet, const otfcc_Options *options);
+void otfcc_dumpMaxp(const table_maxp *table, json_value *root, const otfcc_Options *options);
+table_maxp *otfcc_parseMaxp(const json_value *root, const otfcc_Options *options);
+caryll_Buffer *otfcc_buildMaxp(const table_maxp *maxp, const otfcc_Options *options);
+
+#endif