pub const FONT: BitmapFont;Expand description
A BitmapFont backed by the generated quadrant/sextant/bar/block glyph data.
Built with BitmapFont::with_charset (not BitmapFont::new): none of these
codepoints are in the CP437 table this crate’s default mapping uses, so this font
declares its own explicit char -> glyph-index table instead.