Enum epaint::TextStyle [−][src]
pub enum TextStyle {
Small,
Body,
Button,
Heading,
Monospace,
}
Expand description
One of a few categories of styles of text, e.g. body, button or heading.
Variants
Small
Used when small text is needed.
Body
Normal labels. Easily readable, doesn’t take up too much space.
Button
Buttons. Maybe slightly bigger than Body
.
Heading
Heading. Probably larger than Body
.
Monospace
Same size as Body
, but used when monospace is important (for aligning number, code snippets, etc).
Implementations
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for TextStyle
impl UnwindSafe for TextStyle
Blanket Implementations
Mutably borrows from an owned value. Read more