Sanitiser for untrusted font files
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
examples
src
tests
.gitignore
.gitmodules
.travis.yml
Cargo.toml
LICENSE
README.md
build.rs

README.md

fontsan

Build Status

A sanitiser for untrusted font files. Currently, this is just a wrapper around ots, which it builds a copy of.

License: BSD 3-clause (same as ots)

To update:

  • checkout the appropriate upstream commit in the src/ots submodule
  • $ cd src/ots
  • $ `git submodule update --init --recursive
  • adjust src/CMakeLists.txt to accommodate new and removed files from the submodules
  • make cargo build work
  • update the crate version number