- reset FT_CONFIG_OPTION_OLD_INTERNALS which *disables* the previous optimization
(duhhh)
This commit is contained in:
parent
91a3402d78
commit
4a89bb9a13
10
ChangeLog
10
ChangeLog
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue