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

#include "otfcc/table/COLR.h"

table_COLR *otfcc_readCOLR(const otfcc_Packet packet, const otfcc_Options *options);
void otfcc_dumpCOLR(const table_COLR *table, json_value *root, const otfcc_Options *options);
table_COLR *otfcc_parseCOLR(const json_value *root, const otfcc_Options *options);
caryll_Buffer *otfcc_buildCOLR(const table_COLR *colr, const otfcc_Options *options);

#endif