https://kotlinlang.org logo
a

Andrei Kovalev

09/20/2021, 1:25 PM
Hi! Is there any way to find first ellipsis char position? In Android Views we could use
Layout's
API
public abstract int getEllipsisStart(int line);
In Compose we can observe results in
Copy code
onTextLayout: (TextLayoutResult) -> Unit = {},
but I don’t see relevant methods there