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

Pick which charmaps to use on command line #12

Closed davelab6 closed 11 years ago

davelab6 commented 11 years ago

Currently pyfontaine gives a report for all the character sets.

I would like to be able to specify the sets based on either common or native name:

$ pyfontaine --set=African,'Basic Latin','GWF vietnamese',ᏣᎳᎩ font.ttf

vitalyvolkov commented 11 years ago

Now is able to add --set argument (see README.rst for details)