ref: 03011c6462105cfd4cc2a1008780f21f30d42c11
parent: 0e2fb07685aab0b2e10b25f51d9fef640b2edda1
author: Graham Asher <[email protected]>
date: Thu Jul 18 11:02:08 EDT 2002
Added a new configuration macro, FT_CONFIG_OPTION_INCREMENTAL, to enable incremental face loading. By default it is not defined.
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -207,6 +207,16 @@
/*************************************************************************/
/* */
+ /* 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 */
/* */
/* When compiling FreeType as a DLL, some systems/compilers need a */