java.lang.Object
eu.hansolo.toolboxfx.font.Fonts
-
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.scene.text.FontlatoBold(double SIZE) static javafx.scene.text.FontlatoLight(double SIZE) static javafx.scene.text.FontlatoRegular(double SIZE) static javafx.scene.text.FontopensansBold(double SIZE) static javafx.scene.text.FontopensansExtraBold(double SIZE) static javafx.scene.text.FontopensansLight(double SIZE) static javafx.scene.text.FontopensansRegular(double SIZE) static javafx.scene.text.FontopensansSemibold(double SIZE)
-
Method Details
-
latoLight
public static javafx.scene.text.Font latoLight(double SIZE) -
latoRegular
public static javafx.scene.text.Font latoRegular(double SIZE) -
latoBold
public static javafx.scene.text.Font latoBold(double SIZE) -
opensansBold
public static javafx.scene.text.Font opensansBold(double SIZE) -
opensansExtraBold
public static javafx.scene.text.Font opensansExtraBold(double SIZE) -
opensansLight
public static javafx.scene.text.Font opensansLight(double SIZE) -
opensansRegular
public static javafx.scene.text.Font opensansRegular(double SIZE) -
opensansSemibold
public static javafx.scene.text.Font opensansSemibold(double SIZE)
-