Function woff2_sys::convertTtfToWoff2 [] [src]

pub fn convertTtfToWoff2(
    ttfFontBytes: &[u8],
    additionalExtendedMetadataBytes: &[u8],
    brotliQuality: u8,
    allowTransforms: bool
) -> Result<Vec<u8>, ()>

brotliQuality should normally be 11, allowTransforms should normally be true