pub trait GlyphMapping { fn index(&self, c: char) -> usize; }
Mapping from characters to glyph indices.
Maps a character to a glyph index.
If c isn’t included in the font the index of a suitable replacement glyph is returned.
c