Enum gfx_text::VerticalAnchor [] [src]

pub enum VerticalAnchor {
    Top,
    Center,
    Bottom,
}

An anchor aligns text vertically to its given y position.

Variants

Anchor the top edge of the text

Anchor the vertical mid-point of the text

Anchor the bottom edge of the text

Trait Implementations

impl PartialEq for VerticalAnchor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.