Enum canvas::TextDirection [] [src]

pub enum TextDirection {
    Ltr,
    Rtl,
    Inherit,
}

Variants

Trait Implementations

impl Debug for TextDirection
[src]

Formats the value using the given formatter.

impl Display for TextDirection
[src]

Formats the value using the given formatter. Read more