summaryrefslogtreecommitdiff
path: root/src/autohint/ahhint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autohint/ahhint.c')
-rw-r--r--src/autohint/ahhint.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/autohint/ahhint.c b/src/autohint/ahhint.c
index 12f43fd08..63a5d3492 100644
--- a/src/autohint/ahhint.c
+++ b/src/autohint/ahhint.c
@@ -1296,6 +1296,10 @@
slot->format = ft_glyph_format_outline;
}
+#ifdef DEBUG_HINTER
+ ah_debug_hinter = hinter;
+#endif
+
Exit:
return error;
}