kvision / pl.treksoft.kvision.core / FontWeight

FontWeight

enum class FontWeight

Definitions of CSS font weight options.

Enum Values

NORMAL

BOLD

BOLDER

LIGHTER

INITIAL

INHERIT

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.