summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h
new file mode 100644
index 00000000000..53de1acbd19
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-ligature.h
@@ -0,0 +1,14 @@
+#ifndef CARYLL_TABLE_OTL_GPOS_MARK_TO_LIGATURE_H
+#define CARYLL_TABLE_OTL_GPOS_MARK_TO_LIGATURE_H
+
+#include "common.h"
+
+otl_Subtable *otl_read_gpos_markToLigature(const font_file_pointer data, uint32_t tableLength,
+ uint32_t subtableOffset, const glyphid_t maxGlyphs,
+ const otfcc_Options *options);
+json_value *otl_gpos_dump_markToLigature(const otl_Subtable *st);
+otl_Subtable *otl_gpos_parse_markToLigature(const json_value *_subtable,
+ const otfcc_Options *options);
+caryll_Buffer *otfcc_build_gpos_markToLigature(const otl_Subtable *_subtable, otl_BuildHeuristics heuristics);
+
+#endif