[][src]Function olc_pixel_game_engine::draw_string_decal_ext

pub fn draw_string_decal_ext(
    pos: &Vf2d,
    text: &str,
    col: Pixel,
    scale: &Vf2d
) -> Result<(), Error>

Draws string decal with colour and scale.