tree: 8ee24189fb5d276eee66a8c6ed4f63863da76d83
  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

$ fuchsia-vendored-python -m unittest

from this directory.