Trait gfx_glyph::FontMap

pub trait FontMap<'font> {
    fn font(&self, id: FontId) -> &Font<'font>;
}
Expand description

Mapper of FontId -> Font

Required Methods

Implementors