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

Mapper of FontId -> Font

Required Methods§

Implementors§