Format
            Builder for a Formatted Section.
Parameters
content
the content of the FormattedSection as a text string literal or an image as Expression
Constructors
FormatSectionBuilder
                          
                    Link copied to clipboard
                        Functions
build
                          
                    Link copied to clipboard
                        Build a list of expressions as one format section.
font
                    Link copied to clipboard
                        fun fontScale(block: Expression.ExpressionBuilder.() -> Unit): Expression.FormatSectionBuilder
Content copied to clipboard
If set, the font-scale argument specifies a scaling factor relative to the text-size specified in the root layout properties.
text
                    Link copied to clipboard
                        fun textColor(block: Expression.ExpressionBuilder.() -> Unit): Expression.FormatSectionBuilder
Content copied to clipboard
If set, the text-color argument overrides the color specified by the root paint properties.
text
                    Link copied to clipboard
                        fun textFont(block: Expression.ExpressionBuilder.() -> Unit): Expression.FormatSectionBuilder
Content copied to clipboard
If set, the text-font argument overrides the font specified by the root layout properties.