Skip to main content

Module backend

Module backend 

Source

Structs§

LineStyle
Style for drawing lines.
PointStyle
Style for drawing points/circles.
RectStyle
Style for drawing rectangles/polygons.
TextStyle
Style for drawing text.

Enums§

FontFace
Font face / weight (R’s element_text(face = ...)).
Linetype
Line type patterns.
PointShape
Point shape types.
TextAnchor

Traits§

DrawBackend
Our rendering abstraction, independent of plotters details.