Class FontConverter

java.lang.Object
javafx.css.StyleConverter<ParsedValue[],​Font>
javafx.css.converter.FontConverter

public final class FontConverter
extends StyleConverter<ParsedValue[],​Font>
Converter to convert a parsed representation of a Font to a Font.
Since:
9
  • Method Details

    • getInstance

      public static StyleConverter<ParsedValue[],​Font> getInstance()
      Gets the FontConverter instance.
      Returns:
      the FontConverter instance