summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h
blob: 2ac9d07f88ffa280d904cd8be003bc03b2a530a9 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#ifndef CARYLL_TABLES_ALL_H
#define CARYLL_TABLES_ALL_H

#include "table/fvar.h"

#include "table/head.h"
#include "table/glyf.h"
#include "table/CFF.h"
#include "table/maxp.h"
#include "table/hhea.h"
#include "table/hmtx.h"
#include "table/hdmx.h"
#include "table/vhea.h"
#include "table/vmtx.h"
#include "table/OS_2.h"
#include "table/post.h"
#include "table/name.h"
#include "table/meta.h"

#include "table/cmap.h"
#include "table/cvt.h"
#include "table/fpgm-prep.h"
#include "table/gasp.h"
#include "table/VDMX.h"

#include "table/LTSH.h"
#include "table/VORG.h"

#include "table/GDEF.h"
#include "table/BASE.h"
#include "table/otl.h"

#include "table/CPAL.h"
#include "table/COLR.h"
#include "table/SVG.h"
#include "table/_TSI.h"
#include "table/TSI5.h"

#endif