tinymist_world::font

Trait FontLoader

Source
pub trait FontLoader {
    // Required method
    fn load(&mut self) -> Option<Font>;
}
Expand description

A FontLoader helps load a font from somewhere.

Required Methods§

Source

fn load(&mut self) -> Option<Font>

Implementors§