googlefonts / pyfontaine

Python tool to check font files for language/character set support
https://github.com/googlefonts/pyfontaine
GNU General Public License v3.0
104 stars 20 forks source link

Add TreeMaps view of Unicode Blocks #30

Closed davelab6 closed 10 years ago

davelab6 commented 10 years ago
davelab6 commented 10 years ago

Example: a font is passed to pyfontaine with 3 charmaps, and it has 100% Adobe Latin 2, 76% Adobe Latin 3, and 30% gwf basic Cyrillic. A treemap result will have 3 cells, in 3 colours, one will be 'full', one will be 3/4 full and one will be 1/3 full.

However, I think this is better done live in browser with paper/two.js so it's interactive, so closing