summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h
new file mode 100644
index 00000000000..065ee3da5dc
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/VORG.h
@@ -0,0 +1,19 @@
+#ifndef CARYLL_INCLUDE_TABLE_VORG_H
+#define CARYLL_INCLUDE_TABLE_VORG_H
+
+#include "table-common.h"
+
+typedef struct {
+ glyphid_t gid;
+ int16_t verticalOrigin;
+} VORG_entry;
+
+typedef struct {
+ glyphid_t numVertOriginYMetrics;
+ pos_t defaultVerticalOrigin;
+ OWNING VORG_entry *entries;
+} table_VORG;
+
+extern caryll_RefElementInterface(table_VORG) table_iVORG;
+
+#endif