Enum plotters_backend::FontStyle [−][src]
pub enum FontStyle {
Normal,
Oblique,
Italic,
Bold,
}Expand description
Describes the font style. Such as Italic, Oblique, etc.
Variants
The normal style
The oblique style
The italic style
The bold style
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontStyleimpl UnwindSafe for FontStyleBlanket Implementations
Mutably borrows from an owned value. Read more