1 2 3 4 5 6
//! Miscellaneous resources /// IBM Courier charmap from wikipedia /// https://en.wikipedia.org/wiki/File:IBMCourierCharmap.svg /// The image has been cleaned a bit for use here pub(crate) const COURIER_CHARMAP: &[u8] = include_bytes!("courier.png");