[][src]Crate ito_canvas

Re-exports

pub use dot_canvas;
pub use unicode_canvas;

Structs

Arc
Circle
Context

Holds the state of the Canvas when painting to it. width of 1 cell text is 0.5 and height is 1.0

Line

Shape to draw a line from (x1, y1) to (x2, y2) with the given color