summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/private.h
blob: 3e72b77faceb182c2e4afe0cbf11d0839689aae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef CARYLL_TABLE_OTL_PRIVATE_H
#define CARYLL_TABLE_OTL_PRIVATE_H

#include "subtables/gsub-single.h"
#include "subtables/gsub-multi.h"
#include "subtables/gsub-ligature.h"
#include "subtables/gsub-reverse.h"
#include "subtables/gpos-single.h"
#include "subtables/gpos-pair.h"
#include "subtables/gpos-cursive.h"
#include "subtables/gpos-mark-to-single.h"
#include "subtables/gpos-mark-to-ligature.h"
#include "subtables/chaining.h"
#include "subtables/extend.h"

extern const char SCRIPT_LANGUAGE_SEPARATOR;
extern const char *lookupFlagsLabels[];
extern const char *tableNames[];

void otfcc_delete_lookup(otl_Lookup *lookup);

#define OTFCC_CHR(a,b,c,d) ( ((a)<<24) | ((b)<<16) | ((c)<<8) | (d) )

#endif