Skip to main content

Fonts

Type Alias Fonts 

Source
pub type Fonts = HashMap<&'static str, &'static Font>;
Expand description

Registry of all available fonts.

Aliased Typeยง

pub struct Fonts { /* private fields */ }