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