---
title: "TextStyleStyleScope"
description: "An interface that introduces the text property to a Style receiver scope."
type: "interface"
lastmod: "2026-05-20T01:13:53.388994Z"
---
## API Reference

> Source set: Common

```kotlin
@ExperimentalFoundationStyleApi
interface TextStyleStyleScope :
    TextStyleScope,
    ContentColorScope,
    TextDecorationScope,
    FontFamilyScope,
    TextIndentScope,
    FontSizeScope,
    LineHeightScope,
    LetterSpacingScope,
    BaselineShiftScope,
    FontWeightScope,
    FontStyleScope,
    TextDirectionScope,
    TextAlignScope,
    LineBreakScope,
    HyphensScope,
    TextMotionScope,
    FontSynthesisScope
```

An interface that introduces the text property to a [Style](/jetpack-compose/androidx.compose.foundation/foundation/interfaces/Style) receiver scope.
