googlefonts / fontdiff

tool for finding visual differences between two font versions
Other
135 stars 29 forks source link

Add script to generate input with all glyphs #16

Closed jamesgk closed 7 years ago

jamesgk commented 7 years ago

@brawer

I know it explicitly says in the readme that fontdiff is not a sample generator, but I feel like this is really useful. Totally open to putting it somewhere else, though.

brawer commented 7 years ago

To reduce inter-package dependencies, mind putting this into nototools for now?

In the long term, I could very much see fontdiff having an option to do char-by-char diffs. But it’s probably easier to this directly in C++ instead of having a Python script (with a ton of dependencies) to generate an HTML file. Will file a feature request.