fontsan

Function process_and_write

source
pub fn process_and_write<W>(
    output: &mut W,
    font_data: &[u8],
) -> Result<(), Error>
where W: Write + Seek,
Expand description

Sanitise a font file, writing the result to output.