[][src]Function olc_pixel_game_engine::draw_string_with_scale

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

Draws string. Allows to set scale.