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