[][src]Constant m5x7::BYTES

pub const BYTES: &'static [u8]

The m5x7 font by Daniel Linssen, as TTF bytes

let parsed = rusttype::Font::from_bytes(m5x7::BYTES)?;