- reset FT_CONFIG_OPTION_OLD_INTERNALS which *disables* the previous optimization

(duhhh)
This commit is contained in:
David Turner 2007-01-05 14:48:27 +00:00
parent 91a3402d78
commit 4a89bb9a13
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
2007-01-04 David Turner <david@freetype.org>
* src/sfnt/ttmtx.c: don't extract the metrics table from the
SFNT font file. Instead, reparse it on each glyph load,
since the runtime difference will not be noticeable, and
it can save a lot of heap memory when memory-mapped files
are not used.
* src/sfnt/ttmtx.c, include/freetype/internal/tttypes.h:
don't extract the metrics table from the SFNT font file.
Instead, reparse it on each glyph load, since the runtime
difference will not be noticeable, and it can save a lot
of heap memory when memory-mapped files are not used.
* src/sfnt/ttcmap.c: slight optimization in the CMAP 4 validator

View File

@ -605,7 +605,7 @@ FT_BEGIN_HEADER
* is recommended to disable the macro since it reduces the library's code
* size and activates a few memory-saving optimizations as well.
*/
/* #define FT_CONFIG_OPTION_OLD_INTERNALS */
#define FT_CONFIG_OPTION_OLD_INTERNALS
/*