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

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

Required methods

pub fn get_glyph_index(&self) -> u16[src]

Loading content...

Implementors

impl Glyph for Info[src]

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

Loading content...