summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h
new file mode 100644
index 00000000000..bfcb92bb6d5
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h
@@ -0,0 +1,13 @@
+#ifndef CARYLL_TABLE_CFF_H
+#define CARYLL_TABLE_CFF_H
+
+#include "otfcc/table/CFF.h"
+#include "glyf.h"
+
+table_CFFAndGlyf otfcc_readCFFAndGlyfTables(const otfcc_Packet packet, const otfcc_Options *options,
+ const table_head *head);
+void otfcc_dumpCFF(const table_CFF *table, MODIFY json_value *root, const otfcc_Options *options);
+table_CFF *otfcc_parseCFF(const json_value *root, const otfcc_Options *options);
+caryll_Buffer *otfcc_buildCFF(const table_CFFAndGlyf cffAndGlyf, const otfcc_Options *options);
+
+#endif