Constant FONT_3_5

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

A simple 3x5 bitmap font.

It includes all 95 ASCII characters from space ' ' to tilde '~'.

§Vendored

This is adapted work from blit-fonts.