Function write_fonts::dump_table

source ·
pub fn dump_table<T: FontWrite + Validate>(
    table: &T
) -> Result<Vec<u8>, ValidationReport>
Expand description

Attempt to serialize a table.

If the table is malformed, this will return an Err(ValidationReport), otherwise it will return the bytes encoding the table.