Trait font::Case

source ·
pub trait Case {
    fn draw(&self, character: char) -> Result<Option<Glyph>>;
}
Expand description

A collection of glyphs.

Required Methods§

Draw a character.

Implementors§