Enum plotters_backend::FontTransform [−][src]
pub enum FontTransform {
None,
Rotate90,
Rotate180,
Rotate270,
}Expand description
Specifying text transformations
Variants
Nothing to transform
Rotating the text 90 degree clockwise
Rotating the text 180 degree clockwise
Rotating the text 270 degree clockwise
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontTransformimpl Send for FontTransformimpl Sync for FontTransformimpl Unpin for FontTransformimpl UnwindSafe for FontTransformBlanket Implementations
Mutably borrows from an owned value. Read more