Enum canvas::TextAlignment [] [src]

pub enum TextAlignment {
    Start,
    End,
    Left,
    Right,
    Center,
}

Variants

Trait Implementations

impl Debug for TextAlignment
[src]

Formats the value using the given formatter.

impl Display for TextAlignment
[src]

Formats the value using the given formatter. Read more