Trait allsorts::context::Glyph

source ·
pub trait Glyph {
    // Required method
    fn get_glyph_index(&self) -> u16;
}

Required Methods§

Implementors§

source§

impl Glyph for Info

source§

impl<T> Glyph for RawGlyph<T>