Enum pixels_graphics_lib::text::TextSize [−][src]
pub enum TextSize {
Small,
Normal,
}Expand description
TextSize is used to set the size and positioning in pixels of text
Variants
Small
Normal
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextSize
impl UnwindSafe for TextSize
Blanket Implementations
Mutably borrows from an owned value. Read more
