Skip to main content

unpack_packaged_format

Function unpack_packaged_format 

Source
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.