Enum gfx_text::HorizontalAnchor [] [src]

pub enum HorizontalAnchor {
    Left,
    Center,
    Right,
}

An anchor aligns text horizontally to its given x position.

Variants

Anchor the left edge of the text

Anchor the horizontal mid-point of the text

Anchor the right edge of the text

Trait Implementations

impl PartialEq for HorizontalAnchor
[src]

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

This method tests for !=.