Searched defs:Font (Results 1 – 1 of 1) sorted by relevance
391 pub struct Font([u8; 16]); struct392 impl Font { impl394 pub fn get_font(character: char) -> Font { in get_font()