|
|
|
@ -16,14 +16,25 @@ |
|
|
|
|
/***************************************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <psaux/t1decode.h> |
|
|
|
|
#include <psaux/psobjs.h> |
|
|
|
|
#include <freetype/internal/ftdebug.h> /* for FT_ERROR() */ |
|
|
|
|
#include <freetype/internal/t1errors.h> |
|
|
|
|
#include <freetype/ftoutln.h> |
|
|
|
|
#include <freetype/internal/ftdebug.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef FT_FLAT_COMPILE |
|
|
|
|
|
|
|
|
|
#include "t1decode.h" |
|
|
|
|
#include "psobjs.h" |
|
|
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
|
|
#include <psaux/t1decode.h> |
|
|
|
|
#include <psaux/psobjs.h> |
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/ |
|
|
|
|
/* */ |
|
|
|
|
/* The macro FT_COMPONENT is used in trace mode. It is an implicit */ |
|
|
|
|