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

Draws string decal with colour and scale.