Fuzz `warping' property of the `autofitter' module + small fixes:
- Add `FaceVisitorAutohinter' to fuzz `warping' of `autofitter'.
- Fix a bug in `FaceVisitorCharCodes': `WARN_ABOUT_IGNORED_VALUES' failed when
  compiled with a logger.
- Fix order of includes and CMake lists.
10 files changed
tree: bff2009b02942d0a6fe03e69fc67ca61d32ffafc
  1. external/
  2. fuzzing/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. LICENSE
  7. README.md
README.md

License: GPL v2 Build Status

FreeType

https://www.freetype.org/

FreeType is a freely available software library to render fonts.

Testing

This repository provides testing utilities for FreeType:

  • Fuzzing: house the fuzz targets for OSS-Fuzz and use Travis CI to run a regression test suite of fuzzed samples that uncovered verified and fixed bugs.