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

#include "otfcc/table/name.h"

table_name *otfcc_readName(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpName(const table_name *table, json_value *root, const otfcc_Options *options);
table_name *otfcc_parseName(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildName(const table_name *name, const otfcc_Options *options);

#endif