freetype/src/type42/type42.c

18 lines
684 B
C
Raw Normal View History

/***************************************************************************/
/* */
/* type42c */
/* */
/* FreeType Type 42 driver component */
/* */
/***************************************************************************/
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <ft2build.h>
#include "t42objs.c"
#include "t42parse.c"
#include "t42drivr.c"
/* END */