summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gpos-mark-to-single.h
blob: e5e7a8792ea17e9f404dbe1a0495e2b788743b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CARYLL_TABLE_OTL_GPOS_MARK_TO_SINGLE_H
#define CARYLL_TABLE_OTL_GPOS_MARK_TO_SINGLE_H

#include "common.h"

otl_Subtable *otl_read_gpos_markToSingle(const font_file_pointer data, uint32_t tableLength,
                                         uint32_t subtableOffset, const glyphid_t maxGlyphs,
                                         const otfcc_Options *options);
json_value *otl_gpos_dump_markToSingle(const otl_Subtable *st);
otl_Subtable *otl_gpos_parse_markToSingle(const json_value *_subtable,
                                          const otfcc_Options *options);
caryll_Buffer *otfcc_build_gpos_markToSingle(const otl_Subtable *_subtable, otl_BuildHeuristics heuristics);

#endif