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

#include "otfcc/table/hhea.h"

table_hhea *otfcc_newHhea();
table_hhea *otfcc_readHhea(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpHhea(const table_hhea *table, json_value *root, const otfcc_Options *options);
table_hhea *otfcc_parseHhea(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildHhea(const table_hhea *hhea, const otfcc_Options *options);

#endif