summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/TSI5.h
blob: e0ff992cc41414754604992e2c886bb18a8da5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CARYLL_TABLE_TSI5_H
#define CARYLL_TABLE_TSI5_H

#include "otfcc/table/TSI5.h"

table_TSI5 *otfcc_readTSI5(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpTSI5(const table_TSI5 *table, json_value *root, const otfcc_Options *options);
table_TSI5 *otfcc_parseTSI5(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildTSI5(const table_TSI5 *TSI, const otfcc_Options *options, glyphid_t numGlyphs);

#endif