freetype2/src/sfnt/sfnt.c

18 lines
261 B
C
Raw Normal View History

#define FT_MAKE_OPTION_SINGLE_OBJECT
1999-12-17 00:11:37 +01:00
#include <ttload.c>
#include <ttcmap.c>
#include <sfobjs.c>
1999-12-17 00:11:37 +01:00
#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
#include <ttsbit.c>
#endif
#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
#include <ttpost.c>
#endif
#include <sfdriver.c>