Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.rich-text
/
love.yinlin.compose.ui.text
/
RichText
Rich
Text
@
Composable
fun
RichText
(
text
:
RichString
,
modifier
:
Modifier
=
Modifier
,
renderer
:
RichRenderer
=
rememberRichRenderer()
,
style
:
TextStyle
=
LocalStyle.current
,
color
:
Color
=
Colors.Unspecified
,
overflow
:
TextOverflow
=
TextOverflow.Clip
,
maxLines
:
Int
=
Int.MAX_VALUE
,
fixLineHeight
:
Boolean
=
false
)