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

#include "otfcc/table/VORG.h"

table_VORG *otfcc_readVORG(const otfcc_Packet packet, const otfcc_Options *options);
caryll_Buffer *otfcc_buildVORG(const table_VORG *table, const otfcc_Options *options);

#endif