Package-level declarations
Types
Functions
Link copied to clipboard
fun TextWithReadingCore(formattedText: String, color: Color, style: TextStyle, modifier: Modifier = Modifier, fontSize: TextUnit = TextUnit.Unspecified, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, letterSpacing: TextUnit = TextUnit.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, lineHeight: TextUnit = TextUnit.Unspecified, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, minLines: Int = 1, onTextLayout: (TextLayoutResult) -> Unit? = null, furiganaEnabled: Boolean = true, furiganaGap: TextUnit = TextUnit.Unspecified, furiganaFontSize: TextUnit = TextUnit.Unspecified, furiganaLineHeight: TextUnit = TextUnit.Unspecified, furiganaLetterSpacing: TextUnit = TextUnit.Unspecified)
The core composable for displaying text with optional furigana (phonetic readings).
Link copied to clipboard
Splits the receiver into segments of normal text and furigana pairs.