diff options
author | David Turner <david@freetype.org> | 2006-11-23 14:49:48 +0000 |
---|---|---|
committer | David Turner <david@freetype.org> | 2006-11-23 14:49:48 +0000 |
commit | 81e725f5133557bcfafa1ec55fe6cebb9c559902 (patch) | |
tree | 6517a47903e6b96f22620a6175522e36bd8d3317 /src/autofit/aftypes.h | |
parent | 91959bf24c3ecf9c46cec9916e787e5e3457fafd (diff) |
* src/autofit/afhints.c, src/autofit/afhints.h, src/autofit/aflatin.c,
src/autofit/aftypes.h: Misc. auto-hinter improvements
Diffstat (limited to 'src/autofit/aftypes.h')
-rw-r--r-- | src/autofit/aftypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/aftypes.h b/src/autofit/aftypes.h index d1459a42..a94c7ee5 100644 --- a/src/autofit/aftypes.h +++ b/src/autofit/aftypes.h @@ -54,7 +54,7 @@ FT_BEGIN_HEADER /*************************************************************************/ #define xxAF_USE_WARPER /* only define to use warp hinting */ -#define AF_DEBUG +#define xxAF_DEBUG #ifdef AF_DEBUG |