Skip to main content

get_font_bits

Function get_font_bits 

Source
pub fn get_font_bits(c: char) -> Option<&'static [u8; 8]>
Expand description

Get the 8x8 bitmap data for a character. Returns None if the character is not in the printable ASCII range (32-126).