DashboardFontConfiguration

data class DashboardFontConfiguration(val fontColor: String? = null, val fontDecoration: DashboardFontDecoration? = null, val fontFamily: String? = null, val fontSize: DashboardFontSize? = null, val fontStyle: DashboardFontStyle? = null, val fontWeight: DashboardFontWeight? = null)

Constructors

Link copied to clipboard
constructor(fontColor: String? = null, fontDecoration: DashboardFontDecoration? = null, fontFamily: String? = null, fontSize: DashboardFontSize? = null, fontStyle: DashboardFontStyle? = null, fontWeight: DashboardFontWeight? = 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
val fontFamily: String? = null

The font family that you want to use.

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.