From 2b9be99c2a6a3b7e27e4043685475ac06f5951ab Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 7 Jun 2000 23:41:17 +0000 Subject: [PATCH] a simple commit for Beta 7, I have disabled tracing in this commit, and will re-enable it later.. --- CHANGES | 7 +++++++ include/freetype/config/ftoption.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 6d38c4b1a..a2d3f77db 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ LATEST_CHANGES + - bug-fixed the OpenType/CFF parser. It now loads and displays my two + fonts nicely, but I'm pretty certain that more testing is needed :-) + + - fixed the crummy Type 1 hinter, it now handles accented characters + correctly (well, the accent is not always well placed, but that's + another problem..) + - added the CID-keyed Type 1 driver in "src/cid". Works pretty well for only 13 Kb of code ;-) Doesn't read AFM files though, nor the really useful CMAP files.. diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 01528c258..c7ff4c0ae 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -206,8 +206,8 @@ /* */ /* Don't define any of these macros to compile in `release' mode. */ /* */ -#define FT_DEBUG_LEVEL_ERROR -#define FT_DEBUG_LEVEL_TRACE +#undef FT_DEBUG_LEVEL_ERROR +#undef FT_DEBUG_LEVEL_TRACE /*************************************************************************/