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-spacing
property.
Enums§
- Text
Emphasis Style - Computed value for the text-emphasis-style property
Type Aliases§
- Hyphenate
Limit Chars - A computed value for the
hyphenate-character
property. - Initial
Letter - A computed value for the
initial-letter
property. - 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-thickness
property. - Text
Decoration Trim - Implements type for
text-decoration-trim
property. - Text
Indent - The computed value of
text-indent
. - Word
Spacing - A computed value for the
word-spacing
property.