tree: c9a4398156d24095d4f388360df8e7c4c433c82c [path history] [tgz]
  1. manifest_generator/
  2. schemas/
  3. tests/
  4. .gitignore
  5. __init__.py
  6. BUILD.gn
  7. code_points.py
  8. range_set.py
  9. README.md
src/fonts/tools/README.md

Font-related tools

code_points.py

See source file or run code_points.py -h for usage instructions

Testing

To run tests, execute

$ python3 -m unittest

from this directory.