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::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§
- A computed value for the
letter-spacing
property. - A struct that represents the used value of the text-decoration property.
Enums§
- Computed value for the text-emphasis-style property
Type Aliases§
- A computed value for the
initial-letter
property. - This is generic just to make the #[derive()] code do the right thing for lengths.
- The computed value of
text-align
. - Implements type for
text-decoration-thickness
property. - The computed value of
text-indent
. - A computed value for the
word-spacing
property.