summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/common.h
blob: 3fa1736e7592e14427182a7931198fb32ac2c16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CARYLL_TABLE_OTL_SUBTABLES_COMMON_H
#define CARYLL_TABLE_OTL_SUBTABLES_COMMON_H

#include "support/util.h"
#include "bk/bkgraph.h"
#include "../../otl.h"

typedef enum {
	OTL_BH_NORMAL = 0,
	OTL_BH_GSUB_VERT = 1
} otl_BuildHeuristics;

#define checkLength(offset) if (tableLength < offset) { goto FAIL; }

#endif