Skip to main content

Module annotated_string

Module annotated_string 

Source

Structs§

AnnotatedString
The basic data structure of text with multiple styles.
Builder
A builder to construct AnnotatedString.
RangeStyle
A style applied to a range of an AnnotatedString.
StringAnnotation
Mirrors Jetpack Compose’s AnnotatedString.Range<String> — a tag+value annotation covering a byte range.

Enums§

LinkAnnotation
Mirrors Jetpack Compose’s LinkAnnotation sealed class.