Enum piet_common::TextAlignment [−][src]
The alignment of text in a TextLayout.
Variants
Text is aligned to the left edge in left-to-right scripts, and the right edge in right-to-left scripts.
Text is aligned to the right edge in left-to-right scripts, and the left edge in right-to-left scripts.
Lines are centered in the available space.
Line width is increased to fill available space.
This may be achieved through increases in word or character spacing, or through ligatures where available.
Trait Implementations
impl Clone for TextAlignment[src]
pub fn clone(&self) -> TextAlignment[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TextAlignment[src]
impl Debug for TextAlignment[src]
impl Default for TextAlignment[src]
pub fn default() -> TextAlignment[src]
impl Eq for TextAlignment[src]
impl PartialEq<TextAlignment> for TextAlignment[src]
pub fn eq(&self, other: &TextAlignment) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for TextAlignment[src]
impl StructuralPartialEq for TextAlignment[src]
Auto Trait Implementations
impl RefUnwindSafe for TextAlignment
impl Send for TextAlignment
impl Sync for TextAlignment
impl Unpin for TextAlignment
impl UnwindSafe for TextAlignment
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> RoundFrom<T> for T[src]
pub fn round_from(x: T) -> T[src]
impl<T, U> RoundInto<U> for T where
U: RoundFrom<T>, [src]
U: RoundFrom<T>,
pub fn round_into(self) -> U[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,