[][src]Function gdl::text::draw_text

pub fn draw_text(
    image: &mut DynamicImage,
    text: &str,
    x: u32,
    y: u32,
    font: &str,
    font_size: f32,
    rgb: &Rgb
)

Draw text onto an image.

Arguments