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 FontTransform
impl Send for FontTransform
impl Sync for FontTransform
impl Unpin for FontTransform
impl UnwindSafe for FontTransform
Blanket Implementations
Mutably borrows from an owned value. Read more