pub fn compute_checksum(table: &[u8]) -> u32
Expand description
Computes the table checksum for the given data.
See the OpenType specification for details.
pub fn compute_checksum(table: &[u8]) -> u32
Computes the table checksum for the given data.
See the OpenType specification for details.