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