load_system_font_bytes_fallback

Function load_system_font_bytes_fallback 

Source
fn load_system_font_bytes_fallback(
    candidates: &[&str],
) -> Result<Vec<u8>, Error>
Expand description

Attempts to find a suitable system font for built-in font metrics. Falls back to any available system font if specific candidates aren’t found.