Trait font::Case [] [src]

pub trait Case {
    fn draw(&self, _: char) -> Result<Option<Glyph>>;
}

A collection of glyphs.

Required Methods

Draw a glyph.

Implementors