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

#include "otfcc/table/vmtx.h"

table_vmtx *otfcc_readVmtx(const otfcc_Packet packet, const otfcc_Options *options, table_vhea *vhea, table_maxp *maxp);
caryll_Buffer *otfcc_buildVmtx(const table_vmtx *table, glyphid_t count_a, glyphid_t count_k,
                               const otfcc_Options *options);

#endif