fontScale

fun fontScale(fontScale: Double): Expression.FormatSectionBuilder
fun fontScale(fontScale: Expression): Expression.FormatSectionBuilder

If set, the font-scale argument specifies a scaling factor relative to the text-size specified in the root layout properties.

"font-scale" is required to be of a resulting type number.

Parameters

fontScale
fun fontScale(block: Expression.ExpressionBuilder.() -> Unit): Expression.FormatSectionBuilder

If set, the font-scale argument specifies a scaling factor relative to the text-size specified in the root layout properties.

"font-scale" is required to be of a resulting type number.