Enum plotters_backend::FontFamily [−][src]
pub enum FontFamily<'a> { Serif, SansSerif, Monospace, Name(&'a str), }
Expand description
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”
Variants
The system default serif font family
The system default sans-serif font family
The system default monospace font
Name(&'a str)
A specific font family name
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for FontFamily<'a>
impl<'a> Send for FontFamily<'a>
impl<'a> Sync for FontFamily<'a>
impl<'a> Unpin for FontFamily<'a>
impl<'a> UnwindSafe for FontFamily<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more