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

#include "otfcc/table/cvt.h"

table_cvt *otfcc_readCvt(const otfcc_Packet packet, const otfcc_Options *options, uint32_t tag);
void otfcc_dumpCvt(const table_cvt *table, json_value *root, const otfcc_Options *options, const char *tag);
table_cvt *otfcc_parseCvt(const json_value *root, const otfcc_Options *options, const char *tag);
caryll_Buffer *otfcc_buildCvt(const table_cvt *table, const otfcc_Options *options);

#endif