Enum gfx_text::HorizontalAnchor [] [src]

pub enum HorizontalAnchor {
    Left,
    Center,
    Right,
}

An anchor aligns text horizontally to its given x position.

Variants

Left

Anchor the left edge of the text

Center

Anchor the horizontal mid-point of the text

Right

Anchor the right edge of the text

Trait Implementations

impl PartialEq for HorizontalAnchor
[src]

fn eq(&self, __arg_0: &HorizontalAnchor) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.