summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h
new file mode 100644
index 00000000000..7aaa23a93eb
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/mark.h
@@ -0,0 +1,10 @@
+#ifndef CARYLL_FONTOPS_OTL_MARK_H
+#define CARYLL_FONTOPS_OTL_MARK_H
+#include "common.h"
+
+bool consolidate_mark_to_single(otfcc_Font *font, table_OTL *table, otl_Subtable *_subtable,
+ const otfcc_Options *options);
+bool consolidate_mark_to_ligature(otfcc_Font *font, table_OTL *table, otl_Subtable *_subtable,
+ const otfcc_Options *options);
+
+#endif