From 776b0ffc32500bf7fade722926d4b2c4c7df6e28 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Thu, 18 Jul 2002 15:02:08 +0000 Subject: [PATCH] Added a new configuration macro, FT_CONFIG_OPTION_INCREMENTAL, to enable incremental face loading. By default it is not defined. --- include/freetype/config/ftoption.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 9fd37ee51..bed42b86e 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -205,6 +205,16 @@ FT_BEGIN_HEADER #undef FT_CONFIG_OPTION_FORCE_INT64 + /*************************************************************************/ + /* */ + /* Allow the use of FT_Incremental_Interface to load typefaces that */ + /* contain no glyph data, but supply it via a callback function. */ + /* This allows FreeType to be used with the PostScript language, using */ + /* the GhostScript interpreter. */ + /* */ +#undef FT_CONFIG_OPTION_INCREMENTAL + + /*************************************************************************/ /* */ /* DLL export compilation */