dysp

@get:JvmName(name = "dpDysp")
val Dp.dysp: TextUnit
@get:JvmName(name = "spDysp")
val TextUnit.dysp: TextUnit

EN Builds the adjusted TextUnit (Sp) (defaults: LOWEST, multiView=true).

PT Constrói o TextUnit (Sp) ajustado (padrões: LOWEST, multiView=true).


@get:JvmName(name = "floatDysp")
val Float.dysp: TextUnit

EN Builds the adjusted TextUnit (Sp) from a Float (defaults: LOWEST, multiView=true).

PT Constrói o TextUnit (Sp) ajustado a partir de um Float (padrões: LOWEST, multiView=true).


@get:JvmName(name = "intDysp")
val Int.dysp: TextUnit

EN Builds the adjusted TextUnit (Sp) from an Int (defaults: LOWEST, multiView=true).

PT Constrói o TextUnit (Sp) ajustado a partir de um Int (padrões: LOWEST, multiView=true).