character

Function character 

Source
pub fn character(index: u8) -> &'static BitImage
Expand description

Returns an image representing the requested ascii character.

If the requested character isn’t printable, returns a ‘hollow square’ image.

§Example

font::character(b'x')