Fix build issue of OSS-Fuzz:
- The target `glyphs-outlines' was not built (and returned an error);
  introduced by 731c059129aeb228ea62d8cad40c71dcaa9530b2.
- Call the legacy target's options file `legacy.options' (makes sense,
  right?).
2 files changed
tree: f01869f347965a3aba0552c773e90a2a2c9ba373
  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.