Enum egui::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
Used when small text is needed.
Normal labels. Easily readable, doesn’t take up too much space.
Buttons. Maybe slightly bigger than Body.
Heading. Probably larger than Body.
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 TextStyleimpl UnwindSafe for TextStyleBlanket Implementations
Mutably borrows from an owned value. Read more