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

Show filenames in output dictionaries #61

Closed davelab6 closed 9 years ago

davelab6 commented 9 years ago
$ pyfontaine --collection subsets builds/d088571/sources/RhodiumLibre-Regular.ttf;
Fonts
  Font:
    Common name: Rhodium Libre
    Sub family: Regular
    Weight: normal
    Fixed width: no
    Fixed sizes: no
...etc...

I see

Fonts
  Font:
    Filename: RhodiumLibre-Regular.ttf
    Common name: Rhodium Libre
    Sub family: Regular
    Weight: normal
    Fixed width: no
    Fixed sizes: no
...etc...