(I was curious if you wanted the behavior of truncating in the middle of a character)
d
Dan MacNeil
06/10/2024, 3:52 PM
I had used
.fillMaxWidth(0.5f)
in my test instead of
clipToBounds()
. More than one way to do it i guess.
m
Marcin Wisniowski
06/10/2024, 4:25 PM
> (I was curious if you wanted the behavior of truncating in the middle of a character)
Yes, the container is user-resizeable and the text shouldn't "change" as you resize with characters popping into existence.