[][src]Function gdl::text::draw_vertical_text

pub fn draw_vertical_text(
    img: &mut DynamicImage,
    text: &str,
    x: u32,
    y: u32,
    font: &str,
    font_size: f32,
    direction: &str,
    rgb: &Rgb
)

Draw vertical text onto an image.

This is done by drawing the text horizontally onto an image, then rotating this image by 90 degrees.

Arguments