summaryrefslogtreecommitdiff
path: root/src/autohint/ahtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autohint/ahtypes.h')
-rw-r--r--src/autohint/ahtypes.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/autohint/ahtypes.h b/src/autohint/ahtypes.h
index 2b7b4f072..941563b5c 100644
--- a/src/autohint/ahtypes.h
+++ b/src/autohint/ahtypes.h
@@ -26,7 +26,12 @@
#include <ft2build.h>
#include FT_INTERNAL_OBJECTS_H
+
+#ifdef DEBUG_HINTER
+#include <../src/autohint/ahloader.h>
+#else
#include "ahloader.h"
+#endif
#define xxAH_DEBUG
@@ -186,7 +191,7 @@ FT_BEGIN_HEADER
/* */
/* fx, fy :: The current coordinates in font units. */
/* */
- /* x, y :: The current hinter coordinates. */
+ /* x, y :: The current hinted coordinates. */
/* */
/* u, v :: Point coordinates -- meaning varies with context. */
/* */
@@ -485,6 +490,10 @@ FT_BEGIN_HEADER
} AH_Hinter;
+#ifdef DEBUG_HINTER
+ extern AH_Hinter* ah_debug_hinter;
+#endif /* DEBUG_HINTER */
+
FT_END_HEADER
#endif /* __AHTYPES_H__ */