Hi! Is there any way to find first ellipsis char p...
# compose
a
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