Erik van Blokland
Erik van Blokland
Maybe more an issue for https://github.com/LettError/glyphBrowser
Let's see. It looks like these `mod` names have been like this from the beginning. This line is the conversion of `SMALL` to `sup` which may not always be correct?...
Suppose we want to make `.mod` suffixes, we would need a bunch. - `.supmod` or `.smallmod` - `.hooksupmod` - `.hookturnedsupmod` - `.turnedsupmod` - `.supinvertedmod` etc I find that a bit...
Might still change `sup` to `small` which seems closer to the unicode. Any thoughts about that?
Maybe only store the unicode values with more than 1 name? The method in readGitHistory.py should not be used for finding individual values, but to create a table that can...
Hm, I still think I'd like to try to just make the text reads well when it is copied. I do like the idea of being able to communicate a...
Some sites offer a special "share" url which differs from the current one. That could leave the source url open for new values on reload. I like the idea of...
The conditions need to, somehow, combine information from two different types of data: - Design space geometry is the first: something has to happen when `weight > 0.5`. These values...
Perhaps even allow the rules to be nested: ``` rule heavy { wght 0.8 1; } heavy; rule narrow { wdth 0 0.3; } narrow; rule dollarbar { rule heavy;...
Check group identities for each discrete location. Now it compares all groups across all discrete locations.