pub fn process_and_write<W>( output: &mut W, font_data: &[u8], ) -> Result<(), Error>where W: Write + Seek,
Sanitise a font file, writing the result to output.
output