tree: 1e577f335229dcb5fb7d31bfb198c1eda3cb04b9 [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.