summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h
new file mode 100644
index 00000000000..978ad1f648f
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h
@@ -0,0 +1,12 @@
+#ifndef CARYLL_INCLUDE_TABLE_CVT_H
+#define CARYLL_INCLUDE_TABLE_CVT_H
+
+#include "table-common.h"
+
+typedef struct {
+ uint32_t length;
+ OWNING uint16_t *words;
+} table_cvt;
+extern caryll_RefElementInterface(table_cvt) table_iCvt;
+
+#endif