TextStyles

data class TextStyles(val textStyle: TextStyle, val headline1: TextStyle, val headline2: TextStyle, val headline3: TextStyle, val headline4: TextStyle, val headline5: TextStyle, val headline6: TextStyle)(source)

Describes the base set of text styles that can be rendered in the Markdown document. For additional formatting, see TextStyleModifiers.

Constructors

Link copied to clipboard
constructor(textStyle: TextStyle, headline1: TextStyle, headline2: TextStyle, headline3: TextStyle, headline4: TextStyle, headline5: TextStyle, headline6: TextStyle)

Properties

Link copied to clipboard

The largest possible headline style.

Link copied to clipboard

The second largest possible headline style.

Link copied to clipboard

The third largest possible headline style.

Link copied to clipboard

The third smallest possible headline style.

Link copied to clipboard

The second smallest possible headline style.

Link copied to clipboard

The smallest possible headline style.

Link copied to clipboard

The standard text style. This is used for paragraphs.