Enable the incremental font interface by default.

Ghostscript requires the incremental font interface for handling
some Postscript documents.  It is moving to using FreeType as its
primary renderer; supporting this in the default build makes it
Ghostscript to be linked against the system FreeType when one is
available.

* include/freetype/config/ftoption.h (FT_CONFIG_OPTION_INCREMENTAL):
Uncomment.
This commit is contained in:
Ralph Giles 2010-01-05 19:36:58 +01:00 committed by Werner Lemberg
parent 1fc440b222
commit e383729536
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
2010-01-05 Ralph Giles <giles@ghostscript.com>
Enable the incremental font interface by default.
Ghostscript requires the incremental font interface for handling
some Postscript documents. It is moving to using FreeType as its
primary renderer; supporting this in the default build makes it
Ghostscript to be linked against the system FreeType when one is
available.
* include/freetype/config/ftoption.h (FT_CONFIG_OPTION_INCREMENTAL):
Uncomment.
2010-01-05 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #28395.

View File

@ -315,7 +315,7 @@ FT_BEGIN_HEADER
/* This allows FreeType to be used with the PostScript language, using */
/* the GhostScript interpreter. */
/* */
/* #define FT_CONFIG_OPTION_INCREMENTAL */
#define FT_CONFIG_OPTION_INCREMENTAL
/*************************************************************************/