summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/cvt.h
blob: 978ad1f648f8981c524f665185b2a9cdf68aa0c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CARYLL_INCLUDE_TABLE_CVT_H
#define CARYLL_INCLUDE_TABLE_CVT_H

#include "table-common.h"

typedef struct {
	uint32_t length;
	OWNING uint16_t *words;
} table_cvt;
extern caryll_RefElementInterface(table_cvt) table_iCvt;

#endif