Indent with TextLayout or AttributedString

With TextLayout or AttributedString is there any way to do indenting? So that when the text wraps, it doesn’t come back to the left margin, but to the indent point.

got a similar problem - my wish would be to have a multiline text editor that word wraps (i.e. setMultiline(true, true)) and has a custom newline sequence called when word wrapping (i.e. \n + some tabs to make it indent)
Not very skilled on TextLayout or AttributedString but this is the only post I saw the word ‘indent’ in so bumping … :slight_smile: