[][src]Function gdl::text::draw_text_with_border

pub fn draw_text_with_border(
    image: &mut DynamicImage,
    font: &str,
    text: &str,
    x: u32,
    y: u32
)

Draw text onto an image with a border around the text.

Arguments