summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h
new file mode 100644
index 00000000000..001b2a0cabc
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-reverse.h
@@ -0,0 +1,13 @@
+#ifndef CARYLL_TABLE_OTL_GSUB_REVERSE_H
+#define CARYLL_TABLE_OTL_GSUB_REVERSE_H
+
+#include "common.h"
+
+otl_Subtable *otl_read_gsub_reverse(const font_file_pointer data, uint32_t tableLength,
+ uint32_t offset, const glyphid_t maxGlyphs,
+ const otfcc_Options *options);
+json_value *otl_gsub_dump_reverse(const otl_Subtable *_subtable);
+otl_Subtable *otl_gsub_parse_reverse(const json_value *_subtable, const otfcc_Options *options);
+caryll_Buffer *otfcc_build_gsub_reverse(const otl_Subtable *_subtable, otl_BuildHeuristics heuristics);
+
+#endif