Enum viewy::components::TextStyle [−][src]
pub enum TextStyle {
Show 13 variants
LargeTitle,
H1,
H2,
H3,
Headline,
Subtitle1,
Subtitle2,
Subtitle3,
Body,
Button,
Label,
Overline,
Caption,
}Expand description
Used to set the typographic style of a Text view.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextStyle
impl UnwindSafe for TextStyle
Blanket Implementations
Mutably borrows from an owned value. Read more