Open simoncozens opened 6 years ago
Can this be closed?
Nope, still needs to happen. Affected function is glyph_to_sb
in sidebearings.py
. Notice how it builds a massive list and then throws most of it away, because it's easier than thinking about the fencepost problem.
And cache it. Massive speed up.