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

#include "otfcc/table/gasp.h"

table_gasp *otfcc_readGasp(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpGasp(const table_gasp *table, json_value *root, const otfcc_Options *options);
table_gasp *otfcc_parseGasp(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildGasp(const table_gasp *table, const otfcc_Options *options);

#endif