Enum ttf_parser::Style [−][src]
pub enum Style {
Normal,
Italic,
Oblique,
}
Expand description
A face style.
Variants
Normal
A face that is neither italic not obliqued.
Italic
A form that is generally cursive in nature.
Oblique
A typically-sloped version of the regular face.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Style
impl UnwindSafe for Style
Blanket Implementations
Mutably borrows from an owned value. Read more