Modernise C++ usage:
- Remove `using namespace std;'.
- Use `boost::noncopyable' as common base class.
- Wrap everything into `namespace freetype'.
- Minor code cleanups along the way.
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.