pub fn unpack_packaged_format(
bytes: &[u8],
) -> Option<(Vec<u8>, Vec<(PortableFontHandle, String, i32)>)>Expand description
Decompresses a buffer from pack_packaged_format into format bytes and the font table.
pub fn unpack_packaged_format(
bytes: &[u8],
) -> Option<(Vec<u8>, Vec<(PortableFontHandle, String, i32)>)>Decompresses a buffer from pack_packaged_format into format bytes and the font table.