Module text

Source
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§

GenericLetterSpacing
A computed value for the letter-spacing property.

Enums§

TextEmphasisStyle
Computed value for the text-emphasis-style property

Type Aliases§

HyphenateLimitChars
A computed value for the hyphenate-character property.
InitialLetter
A computed value for the initial-letter property.
LetterSpacing
This is generic just to make the #[derive()] code do the right thing for lengths.
TextAlign
The computed value of text-align.
TextDecorationLength
Implements type for text-decoration-thickness property.
TextDecorationTrim
Implements type for text-decoration-trim property.
TextIndent
The computed value of text-indent.
WordSpacing
A computed value for the word-spacing property.