Package-level declarations
Properties
Functions
Link copied to clipboard
Appends a line separator to this flow.
Appends value to this flow, followed by a line separator.
Link copied to clipboard
inline fun <T> buildStringConverter(builderAction: StringConverterBuilder<T>.() -> Unit): StringConverter<T>
Builds new string converter.
Link copied to clipboard
inline fun fontOf(family: String = "System", weight: FontWeight = FontWeight.NORMAL, posture: FontPosture = FontPosture.REGULAR, size: Double = Font.getDefault().size): Font
Composes a font from configuration using Double size.
fun fontOf(family: String = "System", weight: FontWeight = FontWeight.NORMAL, posture: FontPosture = FontPosture.REGULAR, size: Int): Font
Composes a font from configuration using Int size.