Update monospacifier.py
Due to a potential bug in font-forge, the right/left side glyph bearings need integers, despite error messages claiming to need floats.
Please help to add that this pull request will close #32 in your PR description, so that the issue will be automatically closed when this PR is merged. :+1:
Using
math.round()returns an error that readsAttributeError: module 'math' has no attribute 'round'; Changing it toround()(withoutmath.) solves it.
You're right! I tested it, and it built a font, but I didn't notice the error!
It works perfectly without the "math." Now let's see how I can update this thing...
Now let's see how I can update this thing...
Just push an update to your fork and this PR will be updated as well. ;)
Now let's see how I can update this thing...
Just push an update to your fork and this PR will be updated as well. ;)
It looks like somehow I did that, not sure how, but yay!