Skip to main content

font_source_get_bytes_inner

Function font_source_get_bytes_inner 

Source
pub fn font_source_get_bytes_inner(
    font_source: &FontSource,
) -> Result<(Vec<u8>, i32), FontReloadError>
Expand description

Returns the bytes of the font (loads the font from the system in case it is a FontSource::System font). Also returns the index into the font (in case the font is a font collection).