Struct ascii_canvas::AsciiCanvas [−][src]
pub struct AsciiCanvas { /* fields omitted */ }
Implementations
impl AsciiCanvas
[src]
impl AsciiCanvas
[src]To use an AsciiCanvas
, first create the canvas, then draw any
lines, then write text labels. It is required to draw the lines
first so that we can detect intersecting lines properly (we could
track which characters belong to lines, I suppose).