Enum rich_sdl2_ttf_rust::font::pen::TextAlignY [−][src]
pub enum TextAlignY { Top, Center, Bottom, }
Expand description
Y-axis alignment of the text.
Variants
Aligns to the top. Moves the text to the down so that the pivot comes the top edge.
Aligns to the center.
Aligns to the bottom. Moves the text to the up so that the pivot comes the bottom edge.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextAlignY
impl Send for TextAlignY
impl Sync for TextAlignY
impl Unpin for TextAlignY
impl UnwindSafe for TextAlignY
Blanket Implementations
Mutably borrows from an owned value. Read more