pub enum TextCombine {
None,
Letters,
Lines,
}Expand description
20.367 style:text-combine
The style:text-combine attribute specifies whether to combine characters so that they are displayed within two lines.
The defined values for the style:text-combine attribute are:
- letters: Display text in Kumimoji. Up to five (5) characters are combined within two lines and are displayed with a reduced size in a single wide-cell character. Additional characters are displayed as normal text.
- lines: Displays text in Warichu. All characters with the style:text-combine attribute that immediately follow each other are displayed within two lines of approximately the same length. A line break may occur between any two characters to meet this constraint.
- none: characters should not be combined.
Variants§
Trait Implementations§
Source§impl Clone for TextCombine
impl Clone for TextCombine
Source§fn clone(&self) -> TextCombine
fn clone(&self) -> TextCombine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextCombine
impl Debug for TextCombine
Source§impl Display for TextCombine
impl Display for TextCombine
Source§impl PartialEq for TextCombine
impl PartialEq for TextCombine
impl Copy for TextCombine
impl Eq for TextCombine
impl StructuralPartialEq for TextCombine
Auto Trait Implementations§
impl Freeze for TextCombine
impl RefUnwindSafe for TextCombine
impl Send for TextCombine
impl Sync for TextCombine
impl Unpin for TextCombine
impl UnwindSafe for TextCombine
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.