Builder

constructor(text: String)

Create an Builder instance using the given String.


constructor(text: AnnotatedString)

Create an Builder instance using the given AnnotatedString.


constructor(capacity: Int = 16)

Parameters

capacity

initial capacity for the internal char buffer