freetype/src/sfnt/sfnt.c
1999-12-16 23:11:37 +00:00

16 lines
225 B
C

#include <sfconfig.h>
#include <ttload.c>
#include <ttcmap.c>
#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
#include <ttsbit.c>
#endif
#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
#include <ttpost.c>
#endif
#include <sfdriver.c>