Lukasz Kalnik
06/26/2025, 3:21 PMText
composables inside a Column
(they cannot be in an annotatedString()
). How can I make sure there is still typographicaly correct vertical space between them?
Is there some API to get the line spacing from a TextStyle
?krshmbb
06/26/2025, 7:38 PMLukasz Kalnik
06/27/2025, 8:05 AM(lineHeight.toDp() - fontSize.toDp()) / 2
.krshmbb
06/27/2025, 1:47 PM