tree: 1fa288ba0fec976203aa0bf709b13f4f345fe212 [path history] [tgz]
  1. gn/
  2. manifest_generator/
  3. schemas/
  4. tests/
  5. .gitignore
  6. __init__.py
  7. BUILD.gn
  8. code_points.py
  9. range_set.py
  10. 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.