trishume / numderline

Font patcher to using shaping tricks to make it easier to pick out digit groups in numbers without commas
https://thume.ca/numderline
MIT License
118 stars 10 forks source link

Fix number ranges using `..` #10

Open sh1boot opened 1 year ago

sh1boot commented 1 year ago

Avoid dropping into the decimal rule for digits following .., because that's a range, not a decimal point.

Fixes #9, mostly. It's not quite right because it causes the first digit after the .. to not be underlined when it should, but it's at least more accurate overall.

sh1boot commented 1 year ago

I don't have write access so you'll have to merge this PR if you want to, BTW.