Trait embedded_graphics::mono_font::mapping::GlyphMapping   
source · pub trait GlyphMapping {
    // Required method
    fn index(&self, c: char) -> usize;
}Expand description
Mapping from characters to glyph indices.