summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h
new file mode 100644
index 00000000000..a59cc8add22
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h
@@ -0,0 +1,13 @@
+#ifndef CARYLL_INCLUDE_TABLE_LTSH_H
+#define CARYLL_INCLUDE_TABLE_LTSH_H
+
+#include "table-common.h"
+
+typedef struct {
+ uint16_t version;
+ glyphid_t numGlyphs;
+ OWNING uint8_t *yPels;
+} table_LTSH;
+extern caryll_RefElementInterface(table_LTSH) table_iLTSH;
+
+#endif