summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/extend.h
blob: 8ac3719a60c3521e2de11c7f001413e2a39972db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CARYLL_TABLE_OTL_EXTEND_H
#define CARYLL_TABLE_OTL_EXTEND_H

#include "common.h"

otl_Subtable *otfcc_readOtl_gsub_extend(font_file_pointer data, uint32_t tableLength,
                                        uint32_t subtableOffset, const glyphid_t maxGlyphs,
                                        const otfcc_Options *options);
otl_Subtable *otfcc_readOtl_gpos_extend(font_file_pointer data, uint32_t tableLength,
                                        uint32_t subtableOffset, const glyphid_t maxGlyphs,
                                        const otfcc_Options *options);

#endif