Constant FONT_3_3

Source
pub const FONT_3_3: BitmapFont<'_, u16>;
Available on crate feature font only.
Expand description

A simple 3x3 bitmap font.

Notes:

  • It includes all 95 ASCII characters from space ' ' to tilde '~'.
  • upper and lower case characters are the same.
  • ‘S’ == ‘5’ and ‘Z’ == ‘2’.