Uses of Class
org.controlsfx.glyphfont.GlyphFont
-
Packages that use GlyphFont Package Description org.controlsfx.glyphfont A package containing a number of useful code related to loading and using font packs whose characters are actually images. -
-
Uses of GlyphFont in org.controlsfx.glyphfont
Subclasses of GlyphFont in org.controlsfx.glyphfont Modifier and Type Class Description classFontAwesomeDefines aGlyphFontfor the FontAwesome font set (see the FontAwesome website for more details).Methods in org.controlsfx.glyphfont that return GlyphFont Modifier and Type Method Description static GlyphFontGlyphFontRegistry. font(String familyName)Retrieve font by its family nameMethods in org.controlsfx.glyphfont with parameters of type GlyphFont Modifier and Type Method Description static voidGlyphFontRegistry. register(GlyphFont font)Registers the specified font
-