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