Hello!
I have a button and a text right to the button in a row. How can I make text flow under the button but only for those lines that overflow. First lines with sum height as button height must stay right to the button.
z
Zach Klippenstein (he/him) [MOD]
11/17/2022, 10:37 PM
Compose doesn’t support flowing text inside non-rectangular containers. It’s something we might want to add in the future but it’s pretty far down the backlog.
Zach Klippenstein (he/him) [MOD]
11/17/2022, 10:40 PM
If you want to build it yourself though, you might be interested in something@romainguy has been experimenting with
r
romainguy
11/17/2022, 11:12 PM
Right now my project can flow text around arbitrary shapes but not inside shapes. It’s something I’d like to do as well.