README.third_party 764 B

1234567891011121314151617181920212223
  1. URL: https://github.com/googlefonts/fontbakery/archive/182512a19071f38f5fe1e26a67c69a671fdad2d8.zip
  2. Version: 182512a19071f38f5fe1e26a67c69a671fdad2d8
  3. License: Apache 2.0
  4. License File: LICENSE
  5. Description:
  6. Fontcrunch is a TrueType outline simplification tool.
  7. Local Modifications:
  8. 1. Only the fontcrunch directory is included from fontbakery.
  9. 2. .bz and .bzopt files are renamed to .bez and .bezopt to reduce confusion
  10. with bzip files.
  11. 3. Python paths have been modified so fontcrunch.py can run in Noto's build
  12. environment.
  13. 4. fontcrunch.py has been changed to load glyphs in the fonttools recommend
  14. way.
  15. 5. gcc is told to run in C++11 mode to make sure quadopt can build.
  16. 6. 'make clean' has been extened to also remove the temporary directories.