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

#include "otfcc/table/maxp.h"

table_maxp *otfcc_readMaxp(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpMaxp(const table_maxp *table, json_value *root, const otfcc_Options *options);
table_maxp *otfcc_parseMaxp(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildMaxp(const table_maxp *maxp, const otfcc_Options *options);

#endif