Enum canvas::TextBaseline [] [src]

pub enum TextBaseline {
    Top,
    Hanging,
    Middle,
    Alphabetic,
    Ideagraphic,
    Bottom,
}

Variants

Trait Implementations

impl Debug for TextBaseline
[src]

Formats the value using the given formatter.

impl Display for TextBaseline
[src]

Formats the value using the given formatter. Read more