Class Fonts


  • public class Fonts
    extends java.lang.Object
    Created by hansolo on 19.12.16.
    • Constructor Summary

      Constructors 
      Constructor Description
      Fonts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javafx.scene.text.Font latoBold​(double SIZE)  
      static javafx.scene.text.Font latoLight​(double SIZE)  
      static javafx.scene.text.Font latoRegular​(double SIZE)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Fonts

        public Fonts()
    • Method Detail

      • 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)