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