Enum rich_sdl2_ttf_rust::font::FontStyle [−][src]
pub enum FontStyle { Normal, Bold, Italic, Underline, StrikeThrough, }
Expand description
A text style of a font.
Variants
A normal, plain style.
A bold style.
A italic style.
An underline style.
An strike through style.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontStyle
impl UnwindSafe for FontStyle
Blanket Implementations
Mutably borrows from an owned value. Read more