Template Font Configuration Args
data class TemplateFontConfigurationArgs(val fontColor: Output<String>? = null, val fontDecoration: Output<TemplateFontDecoration>? = null, val fontSize: Output<TemplateFontSizeArgs>? = null, val fontStyle: Output<TemplateFontStyle>? = null, val fontWeight: Output<TemplateFontWeightArgs>? = null) : ConvertibleToJava<TemplateFontConfigurationArgs>
Constructors
Link copied to clipboard
constructor(fontColor: Output<String>? = null, fontDecoration: Output<TemplateFontDecoration>? = null, fontSize: Output<TemplateFontSizeArgs>? = null, fontStyle: Output<TemplateFontStyle>? = null, fontWeight: Output<TemplateFontWeightArgs>? = 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.