summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h
new file mode 100644
index 00000000000..3fa1736e759
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h
@@ -0,0 +1,15 @@
+#ifndef CARYLL_TABLE_OTL_SUBTABLES_COMMON_H
+#define CARYLL_TABLE_OTL_SUBTABLES_COMMON_H
+
+#include "support/util.h"
+#include "bk/bkgraph.h"
+#include "../../otl.h"
+
+typedef enum {
+ OTL_BH_NORMAL = 0,
+ OTL_BH_GSUB_VERT = 1
+} otl_BuildHeuristics;
+
+#define checkLength(offset) if (tableLength < offset) { goto FAIL; }
+
+#endif