summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h
new file mode 100644
index 00000000000..2ac9d07f88f
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/all.h
@@ -0,0 +1,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