AnalysisFontConfigurationArgs

data class AnalysisFontConfigurationArgs(val fontColor: Output<String>? = null, val fontDecoration: Output<AnalysisFontDecoration>? = null, val fontFamily: Output<String>? = null, val fontSize: Output<AnalysisFontSizeArgs>? = null, val fontStyle: Output<AnalysisFontStyle>? = null, val fontWeight: Output<AnalysisFontWeightArgs>? = null) : ConvertibleToJava<AnalysisFontConfigurationArgs>

Constructors

Link copied to clipboard
constructor(fontColor: Output<String>? = null, fontDecoration: Output<AnalysisFontDecoration>? = null, fontFamily: Output<String>? = null, fontSize: Output<AnalysisFontSizeArgs>? = null, fontStyle: Output<AnalysisFontStyle>? = null, fontWeight: Output<AnalysisFontWeightArgs>? = null)

Properties

Link copied to clipboard
val fontColor: Output<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: Output<String>? = null

The font family that you want to use.

Link copied to clipboard
val fontSize: Output<AnalysisFontSizeArgs>? = null

The option that determines the text display size.

Link copied to clipboard
val fontStyle: Output<AnalysisFontStyle>? = null

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

Link copied to clipboard
val fontWeight: Output<AnalysisFontWeightArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AnalysisFontConfigurationArgs