gsala
10/13/2021, 11:12 AMmesurable.measure(Constraints(0, maxColumnWidth, 0, Constraints.Infinity))
Zach Klippenstein (he/him) [MOD]
10/13/2021, 2:12 PMgsala
10/14/2021, 9:27 AMTextLayoutResult
. I measure the measurables and get some placeables back.
And I don't know how to access the TextLayoutResult
from the Text
composables to check if they are correct or notZach Klippenstein (he/him) [MOD]
10/14/2021, 1:38 PMText
doesn't measure itself to the actual width - that seems like something it should be able to do.Siyamed
01/30/2022, 2:34 AM