summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2021-01-10 20:13:26 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2021-01-10 20:13:26 +0000
commit1a73c52220cf76a3e48179a1f63bc50f760ff759 (patch)
treed320a0c2c5fc1da23b18e482d74b2139fb3ea475 /Build/source/texk/web2c/mfluadir/otfcc/lib/table/CFF.h
parentb95b4fce2de8a05a4cc6e91eae12ccc164a90a30 (diff)
MFLua 1.0.0-alpha
git-svn-id: svn://tug.org/texlive/trunk@57374 c570f23f-e606-0410-a88d-b1316a301751
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