pub enum TextVerticalType {
Horizontal,
Vertical,
Vertical270,
WordArtVertical,
EastAsianVertical,
MongolianVertical,
WordArtVerticalRightToLeft,
}Expand description
ST_TextVerticalType.
Variants§
Horizontal
Vertical
"vert" — stacked top-to-bottom, each line reading top-to-bottom.
Vertical270
"vert270" — text rotated 270°, still stacked.
WordArtVertical
"wordArtVert" — WordArt-style vertical stacking (one letter per line, upright).
EastAsianVertical
"eaVert" — East Asian vertical text layout.
MongolianVertical
"mongolianVert" — Mongolian vertical text layout.
WordArtVerticalRightToLeft
"wordArtVertRtl" — WordArt-style vertical stacking, right-to-left.
Trait Implementations§
Source§impl Clone for TextVerticalType
impl Clone for TextVerticalType
Source§fn clone(&self) -> TextVerticalType
fn clone(&self) -> TextVerticalType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextVerticalType
Source§impl Debug for TextVerticalType
impl Debug for TextVerticalType
impl Eq for TextVerticalType
Source§impl PartialEq for TextVerticalType
impl PartialEq for TextVerticalType
impl StructuralPartialEq for TextVerticalType
Auto Trait Implementations§
impl Freeze for TextVerticalType
impl RefUnwindSafe for TextVerticalType
impl Send for TextVerticalType
impl Sync for TextVerticalType
impl Unpin for TextVerticalType
impl UnsafeUnpin for TextVerticalType
impl UnwindSafe for TextVerticalType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.