You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/src/3rdparty/opentype/ftxopentype.c

15 lines
281 B

/* 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"