//! Contains helper functionality for handling fonts.
use system_fonts;
/// Lists all of the fonts that are installed on the system.
/// Loads the specified monospace font from the system.
///
/// * `font_name`: The name of the font.
///
/// # Returns
/// `Option<(Vec<u8>, i32)>` containing the bytes of the font, followed by the index of the font.