Join Slack
Powered by
Is there an analog to <TextLayout> in compose? I’m...
# compose
l
Luis Mierez
07/07/2021, 9:21 PM
Is there an analog to
TextLayout
in compose? I’m trying to figure out the width of some text for animation purposes
k
Kirill Grouchnikov
07/07/2021, 9:27 PM
https://developer.android.com/reference/kotlin/androidx/compose/ui/text/Paragraph
🙌 1
Kirill Grouchnikov
07/07/2021, 9:30 PM
https://developer.android.com/reference/kotlin/androidx/compose/ui/text/package-summary?hl=en#Paragraph(kotlin.String,a[…].font.Font.ResourceLoader)
l
Luis Mierez
07/07/2021, 9:47 PM
thanks! This is exactly what I was looking for
5
Views
Open in Slack
Previous
Next