fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
549 stars 101 forks source link

Make a simple fontbakery-fix-vendorid.py #229

Closed davelab6 closed 8 years ago

davelab6 commented 10 years ago

Placeholder, I will describe more tests as in http://www.larsschwarz.com/google-web-fonts/ as info level tests

davelab6 commented 8 years ago

The only useful table in this page is about the Vendor IDs which look like they are registered to someone else:

Used Vendor ID Vendor ID registered to
1ASC Ascender
ADBE Adobe
BROS Michael Brosnan
FA FontArte Type Foundry
FAT Fatype
KORK Khork OÜ
MYFO MyFonts.com
TYPO Typodermic
TYRE typerepublic
URW URW++

We already have a vendorID checker so I'm closing this

davelab6 commented 8 years ago

Actually I realise that there isn't a standalone tool that prints the vendorID value, so I request @felipesanches to make a simple fontbakery-fix-vendorid.py that just prints the vendorID and the filename, eg;

$ fontbakery-fix-vendorid.py fonta.ttf fontb.ttf fontc.ttf
ACME fonta.ttf
GOOG fontb.ttf
KORK fontc.ttf
davelab6 commented 8 years ago

Thanks!