Update ftoption.patch (#134)

TT_CONFIG_OPTION_SUBPIXEL_HINTING has changed and is back to being a
simple define instead of having a value which is a set of flags. Update
the patch for this setting so that the patch can be cleanly applied to
versions of FreeType after "[truetype] Hide Infinality." [0].

[0] bbfcd79eacb4985d4b68783565f4b494aa64516b

Co-authored-by: Ben Wagner <bungeman@google.com>
1 file changed
tree: fb0c845c1398668eac7dd2dda463390bc0c34799
  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.