In Jetpack Compose Text, if a line height is set, ...
# compose
r
In Jetpack Compose Text, if a line height is set, when using an
AnnotatedString
, if you append text with a size larger than the line height, that line will not automatically become taller but will remain fixed. How to fix? I want to insert inline LaTeX formulas by using
appendInlineContent
, but it seems to be limited by the line height.