Expand description
Computed types for text properties.
Re-exports§
pub use crate::values::specified::text::HyphenateCharacter;pub use crate::values::specified::text::LineBreak;pub use crate::values::specified::text::MozControlCharacterVisibility;pub use crate::values::specified::text::OverflowWrap;pub use crate::values::specified::text::RubyPosition;pub use crate::values::specified::text::TextAlignLast;pub use crate::values::specified::text::TextAutospace;pub use crate::values::specified::text::TextDecorationLine;pub use crate::values::specified::text::TextDecorationSkipInk;pub use crate::values::specified::text::TextEmphasisPosition;pub use crate::values::specified::text::TextJustify;pub use crate::values::specified::text::TextOverflow;pub use crate::values::specified::text::TextTransform;pub use crate::values::specified::text::TextUnderlinePosition;pub use crate::values::specified::text::WordBreak;
Structs§
- Generic
Letter Spacing - A computed value for the
letter-spacingproperty.
Enums§
- Text
Emphasis Style - Computed value for the text-emphasis-style property
Type Aliases§
- Hyphenate
Limit Chars - A computed value for the
hyphenate-characterproperty. - Initial
Letter - A computed value for the
initial-letterproperty. - Letter
Spacing - This is generic just to make the #[derive()] code do the right thing for lengths.
- Text
Align - The computed value of
text-align. - Text
Decoration Length - Implements type for
text-decoration-thicknessproperty. - Text
Decoration Trim - Implements type for
text-decoration-trimproperty. - Text
Indent - The computed value of
text-indent. - Word
Spacing - A computed value for the
word-spacingproperty.