FontIndice

Trait FontIndice 

Source
pub trait FontIndice<'m> {
    // Required method
    fn get_font(&self, value: &FontRef) -> Option<&'m FontItem>;
}

Required Methods§

Source

fn get_font(&self, value: &FontRef) -> Option<&'m FontItem>

Implementors§