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