mirror of
https://github.com/google/fonts.git
synced 2024-11-29 03:14:44 +03:00
.. | ||
encodings | ||
util | ||
add_font.py | ||
compare_font.py | ||
font-metadata.csv | ||
fonts_public_pb2.py | ||
fonts_public.proto | ||
LICENSE.txt | ||
namelist.py | ||
README.md | ||
sanity_check.py | ||
space_check.py | ||
unicode_names.py | ||
what_subsets.py |
Tools
Sample Usage
Compare fonts:
python compare_font.py font1.ttf font2.ttf;
Add a METADATA.pb to a family directory
python add_font.py ../ofl/newfamily;
Sanity check a family directory:
python sanity_check.py --repair_script=/tmp/fix.py ../ofl/josefinsans;
python sanity_check.py --repair_script=/tmp/fix.py --fix_type=fsSelection ../ufl;
Dependencies
To use compare_font.py
and sanity_check.py
you will need:
- https://github.com/google/google-apputils
- https://github.com/google/protobuf
- https://github.com/behdad/fonttools
These can be installed with pip:
sudo easy_install pip;
sudo pip install google-apputils protobuf git+git://github.com/behdad/fonttools.git;
License
The tools and files under this directory are available under the Apache License v2.0, for details see LICENSE.txt