Crate fontsan

Crate fontsan 

Source
Expand description

fontsan - a sanitizer for untrusted font files.

Currently, this is just a wrapper around ots, which it builds a copy of.

Modules§

ffi
Implementation details.

Enums§

Error
Errors that can occur when sanitising a font.

Functions§

process
Convenience wrapper for process_and_write which writes the result to memory.
process_and_write
Sanitise a font file, writing the result to output.