TemplateFontConfiguration

data class TemplateFontConfiguration(val fontColor: String? = null, val fontDecoration: TemplateFontDecoration? = null, val fontSize: TemplateFontSize? = null, val fontStyle: TemplateFontStyle? = null, val fontWeight: TemplateFontWeight? = null)

Constructors

Link copied to clipboard
constructor(fontColor: String? = null, fontDecoration: TemplateFontDecoration? = null, fontSize: TemplateFontSize? = null, fontStyle: TemplateFontStyle? = null, fontWeight: TemplateFontWeight? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fontColor: String? = null

Determines the color of the text.

Link copied to clipboard

Determines the appearance of decorative lines on the text.

Link copied to clipboard

The option that determines the text display size.

Link copied to clipboard

Determines the text display face that is inherited by the given font family.

Link copied to clipboard

The option that determines the text display weight, or boldness.