fxem

@get:JvmName(name = "dpFxem")
val Dp.fxem: TextUnit
@get:JvmName(name = "spFxem")
val TextUnit.fxem: TextUnit

EN Builds the adjusted TextUnit (Em) (defaults: LOWEST, multiView=true, ignoring font scaling).

PT Constrói o TextUnit (Em) ajustado (padrões: LOWEST, multiView=true, ignorando a escala da fonte).


@get:JvmName(name = "floatFxem")
val Float.fxem: TextUnit

EN Builds the adjusted TextUnit (Em) from a Float (defaults: LOWEST, multiView=true, ignoring font scaling).

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


@get:JvmName(name = "intFxem")
val Int.fxem: TextUnit

EN Builds the adjusted TextUnit (Em) from an Int (defaults: LOWEST, multiView=true, ignoring font scaling).

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