dump_table

Function dump_table 

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

Attempt to serialize a table.

Returns an error if the table is malformed or cannot otherwise be serialized, otherwise it will return the bytes encoding the table.