summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/opentype/ftxopentype.c
blob: d1503ff885927b4bb2126527f9c65744e02a7d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* we need to all the OT support into one file to get efficient inlining */

#if defined(__GNUC__)
#define inline __inline__
#else
#define inline
#endif

#include "ftglue.c"
#include "ftxopen.c"
#include "ftxgdef.c"
#include "ftxgpos.c"
#include "ftxgsub.c"
#include "otlbuffer.c"