font-line icon indicating copy to clipboard operation
font-line copied to clipboard

In `modify_linegap_percent()`, shouldn't all the `int()` functions be `round()` instead?

Open aaaxx opened this issue 7 months ago • 0 comments

In the lib/fontline/commands.py

Also, it doesn't make sense to round the factor (the conversion of percent to decimal fraction), because it will compound the inaccuracy in later calculations.

aaaxx avatar Nov 13 '23 09:11 aaaxx