ref: 07eac1779377b88e553d053bf4ad5a0690f76e47
parent: b19b0810cd887a4c1036121b0d3e9bb93278a0a9
author: Werner Lemberg <[email protected]>
date: Thu Mar 3 06:10:45 EST 2005
* devel/ftoption.h: Updated to recent changes.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-03 Werner Lemberg <[email protected]>
+
+ * devel/ftoption.h: Updated to recent changes.
+
2005-03-02 Werner Lemberg <[email protected]>
* src/autofit/afdummy.c, src/autofit/afdummy.h
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -1,10 +1,10 @@
/***************************************************************************/
/* */
-/* ftoption.h */
+/* ftoption.h (for development) */
/* */
/* User-selectable configuration macros (specification only). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2005 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -567,6 +567,14 @@
#define FT_CONFIG_CHESTER_BLUE_SCALE
#endif /* FT_CONFIG_OPTION_CHESTER_HINTS */
+
+/*
+ * This temporary macro is used to control various optimizations for
+ * reducing the heap footprint of memory-mapped TrueType files.
+ *
+ */
+#define FT_OPTIMIZE_MEMORY
+
FT_END_HEADER