public final StyleableProperty<Font> createStyleableFontProperty (S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<Font>> function)

Create a StyleableProperty<Font>. The initial value defaults to javafx.scene.text.Font.getDefault() and the inherit flag defaults to true.

Parameters:
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.