2022
2 featuresThe text-align-last CSS property sets the alignment of the last line of text before a forced line break.
The text-combine-upright CSS property displays multiple characters in the space of a single character in vertical text. This is used in East Asian documents to display Latin-based strings such as components of a date or letters of an initialism.
2020
4 featuresThe text-underline-offset CSS property shifts underlines on text from the initial position by a given distance. The initial position is affected by the text-underline-position property.
The text-orientation CSS property sets the how text is typeset within a line when the writing mode is vertical.
The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.
The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.
2015
6 featuresThe letter-spacing CSS property controls the amount of space between each letter in an element or block of text.
The line-height CSS property sets the spacing between text baselines, oriented to the horizontal or vertical writing mode.
The text-align CSS property sets the horizontal placement of the inner content of a block element.
The text-shadow CSS property sets the position and styles of shadow on text.
The text-transform CSS property sets text case and capitalization.
The word-spacing CSS property sets the amount of white space between words.