public class FontAwesomeFont
extends Object
Static class that loads the Font Awesome Font into a Java Font object.
- See Also:
-
-
Method Summary
Returns the static instance of the 18 size Font Awesome Font
Returns the static instance of the 24 size Font Awesome Font Regular-400
Returns the static instance of the 24 size Font Awesome Font Solid-900
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getFontAwesomeRegular24
public static Font getFontAwesomeRegular24()
Returns the static instance of the 24 size Font Awesome Font Regular-400
- Returns:
- The Java Font object
-
getFontAwesomeSolid24
public static Font getFontAwesomeSolid24()
Returns the static instance of the 24 size Font Awesome Font Solid-900
- Returns:
- The Java Font object
-
getFontAwesomeRegular18
public static Font getFontAwesomeRegular18()
Returns the static instance of the 18 size Font Awesome Font
- Returns:
- The Java Font object