summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h
new file mode 100644
index 00000000000..10c8b50e306
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vmtx.h
@@ -0,0 +1,10 @@
+#ifndef CARYLL_TABLE_VMTX_H
+#define CARYLL_TABLE_VMTX_H
+
+#include "otfcc/table/vmtx.h"
+
+table_vmtx *otfcc_readVmtx(const otfcc_Packet packet, const otfcc_Options *options, table_vhea *vhea, table_maxp *maxp);
+caryll_Buffer *otfcc_buildVmtx(const table_vmtx *table, glyphid_t count_a, glyphid_t count_k,
+ const otfcc_Options *options);
+
+#endif