pub type Speed { Slow Normal Fast }
Slow
Normal
Fast
pub type Wrap { NoWrap WrapAnywhere WrapOnlyWords WrapPreferWords }
NoWrap
WrapAnywhere
WrapOnlyWords
WrapPreferWords
pub fn print_speed(speed: Speed) -> BitArray
pub fn render_text( text: String, font: font.Font, scale: Int, wrap: Wrap, cut: Bool, ) -> BitArray