summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h
new file mode 100644
index 00000000000..3e72b77face
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h
@@ -0,0 +1,24 @@
+#ifndef CARYLL_TABLE_OTL_PRIVATE_H
+#define CARYLL_TABLE_OTL_PRIVATE_H
+
+#include "subtables/gsub-single.h"
+#include "subtables/gsub-multi.h"
+#include "subtables/gsub-ligature.h"
+#include "subtables/gsub-reverse.h"
+#include "subtables/gpos-single.h"
+#include "subtables/gpos-pair.h"
+#include "subtables/gpos-cursive.h"
+#include "subtables/gpos-mark-to-single.h"
+#include "subtables/gpos-mark-to-ligature.h"
+#include "subtables/chaining.h"
+#include "subtables/extend.h"
+
+extern const char SCRIPT_LANGUAGE_SEPARATOR;
+extern const char *lookupFlagsLabels[];
+extern const char *tableNames[];
+
+void otfcc_delete_lookup(otl_Lookup *lookup);
+
+#define OTFCC_CHR(a,b,c,d) ( ((a)<<24) | ((b)<<16) | ((c)<<8) | (d) )
+
+#endif