Re-enable autohinting

This will hopefully help with the ocaml transition, but more in general
we'd like to see if this improves britney's heuristics. The commit that
implemented the auto-hint skip (3e28539c17e020ecf) mentions a recursion
problem, but what exactly caused that and what the consequences were is
not clear. Re-enabling autohinting will allow us to reassess that.

Revert "Temporarily disable autohinter due to a recursion problem"

This reverts commit 3e28539c17e020ecf6233f41fba2a1fdf3816b59.
This commit is contained in:
Paride Legovini 2026-02-27 11:03:36 +01:00
parent c61e200ab1
commit ad8f36c2d1

View File

@ -1470,9 +1470,6 @@ class Britney(object):
"""
self.logger.info("> Processing hints from the auto hinter")
self.logger.info(">> Skipping auto hinting due to recursion problem")
return []
sources_t = self.suite_info.target_suite.sources
excuses = self.excuses