Results for BackendTextStyle
In Names
(1)
In Parameters
(0)
In Return Types
(0)
rasterizer | |
text_anchor | Text anchor attributes are used to properly position the text. |
BackendColor |
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 |
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 |
BackendCoord | A coordinate in the image |
plotters_backend::BackendTextStyle |