fontProperty
A Kotlin delegate
to create a FontProperty (the implementation will be a SimpleFontProperty. Typical usage :
val fooProperty by fontProperty( initialValue )
var foo by fooProperty
Content copied to clipboard
A Kotlin delegate
to create a FontProperty (the implementation will be a SimpleFontProperty. Typical usage :
val fooProperty by fontProperty( initialValue )
var foo by fooProperty