Analysis Font Configuration
data class AnalysisFontConfiguration(val fontColor: String? = null, val fontDecoration: AnalysisFontDecoration? = null, val fontSize: AnalysisFontSize? = null, val fontStyle: AnalysisFontStyle? = null, val fontWeight: AnalysisFontWeight? = null)
Constructors
Link copied to clipboard
constructor(fontColor: String? = null, fontDecoration: AnalysisFontDecoration? = null, fontSize: AnalysisFontSize? = null, fontStyle: AnalysisFontStyle? = null, fontWeight: AnalysisFontWeight? = null)
Properties
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.