Constant FONT_5_6

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

A simple 5x6 bitmap font.

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

§Vendored

This is adapted work from blit-fonts.