Home
last modified time | relevance | path

Searched defs:toParagraphStyle (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DHtml.android.kt182 private fun AlignmentSpan.toParagraphStyle(): ParagraphStyle { in AlignmentSpan() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextStyle.kt620 @Stable fun toParagraphStyle(): ParagraphStyle = paragraphStyle in toSpanStyle() method in androidx.compose.ui.text.TextStyle