[][src]Trait allsorts::context::Glyph

pub trait Glyph {
    fn get_glyph_index(&self) -> Option<u16>;
}

Required methods

fn get_glyph_index(&self) -> Option<u16>

Loading content...

Implementors

impl Glyph for Info[src]

impl<T> Glyph for RawGlyph<T>[src]

Loading content...