pub fn character(index: u8) -> &'static BitImage
Returns an image representing the requested ascii character.
If the requested character isn’t printable, returns a ‘hollow square’ image.
font::character(b'x')