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

#include "otfcc/table/vhea.h"

table_vhea *otfcc_readVhea(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpVhea(const table_vhea *table, json_value *root, const otfcc_Options *options);
table_vhea *otfcc_parseVhea(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildVhea(const table_vhea *vhea, const otfcc_Options *options);

#endif