kvision / pl.treksoft.kvision.core / FontStyle

FontStyle

enum class FontStyle

Definitions of CSS font style options.

Enum Values

NORMAL

ITALIC

OBLIQUE

INITIAL

INHERIT

Extension Functions

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.