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

Sets with 100% coverage are not included in --text-compact #75

Closed davelab6 closed 7 years ago

davelab6 commented 9 years ago

The number of results for text and text-compact outputs should be the same, but they are not:

pyfontaine --collections fontconfig ofl/snippet/Snippet.ttf | grep Orthography | wc -l ;
 138
pyfontaine --text-compact --collections fontconfig ofl/snippet/Snippet.ttf | wc -l ;
  71

It seems all sets with 100% coverage are not included in the compact version, but they should be.

felipesanches commented 7 years ago

This was fixed by @vitalyvolkov on https://github.com/davelab6/pyfontaine/commit/8db4651a1b999ef2ba50b2c4bfb83f4941366340