Trait FontLoader
pub trait FontLoader {
// Required method
fn load(&mut self) -> Option<Font>;
}Expand description
A FontLoader helps load a font from somewhere.
pub trait FontLoader {
// Required method
fn load(&mut self) -> Option<Font>;
}A FontLoader helps load a font from somewhere.