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