summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h
new file mode 100644
index 00000000000..3d96bdde895
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h
@@ -0,0 +1,11 @@
+#ifndef CARYLL_TABLE_CPAL_H
+#define CARYLL_TABLE_CPAL_H
+
+#include "otfcc/table/CPAL.h"
+
+table_CPAL *otfcc_readCPAL(const otfcc_Packet packet, const otfcc_Options *options);
+void otfcc_dumpCPAL(const table_CPAL *table, json_value *root, const otfcc_Options *options);
+table_CPAL *otfcc_parseCPAL(const json_value *root, const otfcc_Options *options);
+caryll_Buffer *otfcc_buildCPAL(const table_CPAL *cpal, const otfcc_Options *options);
+
+#endif