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

#include "otfcc/table/VDMX.h"

table_VDMX *otfcc_readVDMX(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpVDMX(const table_VDMX *table, json_value *root, const otfcc_Options *options);
table_VDMX *otfcc_parseVDMX(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildVDMX(const table_VDMX *vdmx, const otfcc_Options *options);

#endif