Hasklig
Hasklig copied to clipboard
Add grouping space for numbers
Is it possible to add some space to the group of repetitive zeros: 100000 -> 100 000 ?
Nice idea!
In a nutshell yes, but it would be tricky to get it to work really well. Using simple rules, your example would transform into 1 000 00, and 10000 would become 1 000 0 (ligatures substitute left to right).
However, OpenType is quite flexible, and a solution may exist..