[@johanneslumpe/styled-props](../README.md) > ["utils/writing-modes/textCombineUpright"](../modules/_utils_writing_modes_textcombineupright_.md) > [TextCombineUprightProps](../interfaces/_utils_writing_modes_textcombineupright_.textcombineuprightprops.md)

# Interface: TextCombineUprightProps

## Type parameters
#### T 
## Hierarchy

**TextCombineUprightProps**

## Index

### Properties

* [style$TextCombineUpright](_utils_writing_modes_textcombineupright_.textcombineuprightprops.md#style_textcombineupright)

---

## Properties

<a id="style_textcombineupright"></a>

###  style$TextCombineUpright

**● style$TextCombineUpright**: *`T`*

*Defined in [utils/writing-modes/textCombineUpright.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/writing-modes/textCombineUpright.ts#L12)*

The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/text-combine-upright](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright)

___

