span

fun span(value: Expression<StringValue>, textFont: Expression<StringValue>? = null, textColor: Expression<ColorValue>? = null, textSize: Expression<TextUnitValue>? = null): FormatSpan(source)
fun span(value: String, textFont: String? = null, textColor: Color? = null, textSize: TextUnit? = null): FormatSpan(source)

Configures a span of text in a format expression.


Configures an image in a format expression.