fontStyleProperty

A Kotlin delegate to create a FontStyleProperty (the implementation will be a SimpleFontStyleProperty. Typical usage :

val fooProperty by fontStyleProperty( initialValue )
var foo by fooProperty