mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2026-03-09 15:28:44 +00:00
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:
parent
c61e200ab1
commit
ad8f36c2d1
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user