create

fun create(family: String, size: Float, style: FontStyle = FontStyle.PLAIN): Font


fun create(size: Float, style: FontStyle, vararg families: String): Font

Each font family in families are tried sequentially. If the first fails, it tries the second etc. The last should be a fall-back such as "Serif", "SansSerif", "MonoSpaced".