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

#include "otfcc/table/BASE.h"

table_BASE *otfcc_readBASE(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpBASE(const table_BASE *base, json_value *root, const otfcc_Options *options);
table_BASE *otfcc_parseBASE(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildBASE(const table_BASE *base, const otfcc_Options *options);

#endif