Enum rich_sdl2_ttf_rust::font::pen::TextAlignX [−][src]
pub enum TextAlignX { Left, Center, Right, }
Expand description
X-axis alignment of the text.
Variants
Aligns to the left. Moves the text to the right so that the pivot comes the left edge.
Aligns to the center.
Aligns to the right. Moves the text to the left so that the pivot comes the right edge.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextAlignX
impl Send for TextAlignX
impl Sync for TextAlignX
impl Unpin for TextAlignX
impl UnwindSafe for TextAlignX
Blanket Implementations
Mutably borrows from an owned value. Read more