Clone this repo:

Branches

  1. db8ae87 Handle NULL return from FT_Get_Font_Format (#145) by bungeman · 34 hours ago master
  2. acb66b3 Add missing <cstdint> include (#144) by bungeman · 6 weeks ago
  3. 35619fd Avoid HAVE_ARCHIVE modifying interfaces (#142) by bungeman · 4 months ago
  4. 04fa941 Add missing include headers (#140) by Takuto Ikuta · 1 year, 3 months ago
  5. f2f190f Check for outlines instead of asserting (#138) by bungeman · 1 year, 3 months ago

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.