18 lines
684 B
C
18 lines
684 B
C
|
/***************************************************************************/
|
||
|
/* */
|
||
|
/* 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 */
|