public final StyleConverter<V, T> getConverter ()

A StyleConverter converts the parsed value to the type of the StyleableProperty. If the StyleConverter is null, convert(javafx.scene.text.Font) will return getValue()

Returns:  The StyleConverter which converts the parsed value to the type of the StyleableProperty. May return null.