[][src]Crate plotters_backend

Modules

rasterizer
text_anchor

Text anchor attributes are used to properly position the text.

Structs

BackendColor

Enums

DrawingErrorKind

The error produced by a drawing backend

FontFamily

Describes font family. This can be either a specific font family name, such as "arial", or a general font family class, such as "serif" and "sans-serif"

FontStyle

Describes the font style. Such as Italic, Oblique, etc.

FontTransform

Specifying text transformations

Traits

BackendStyle

The style data for the backend drawing API

BackendTextStyle
DrawingBackend

The drawing backend trait, which implements the low-level drawing APIs. This trait has a set of default implementation. And the minimal requirement of implementing a drawing backend is implementing the draw_pixel function.

Type Definitions

BackendCoord

A coordinate in the image