[][src]Function simpleterm::draw::draw_art

pub fn draw_art(
    win_size: Size,
    art: &[String],
    glyphs: &mut Glyphs,
    font_size: FontSize,
    fgc: Color,
    context: Context,
    graphics: &mut G2d
)

Draws art centered on the terminal. If the art is bigger than the terminal can display, you'll only see the center portion of it.