pub fn draw_string_with_scale(
    x: i32,
    y: i32,
    text: &str,
    col: Pixel,
    scale: u32
) -> Result<(), Error>
Expand description

Draws string. Allows to set scale.