Create a StyleableProperty<Font>. The initial value defaults to javafx.scene.text.Font.getDefault()
and the inherit flag defaults to true.
styleable | The this reference of the returned property. This is also the property bean. | |
propertyName | The field name of the StyleableProperty<Font> | |
cssProperty | The CSS property name | |
function | A function that returns the StyleableProperty<Font> that was created by this method call. |
Diagram: StyleablePropertyFactory