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 class
FontAwesome
Defines aGlyphFont
for 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 GlyphFont
GlyphFontRegistry. font(String familyName)
Retrieve font by its family nameMethods in org.controlsfx.glyphfont with parameters of type GlyphFont Modifier and Type Method Description static void
GlyphFontRegistry. register(GlyphFont font)
Registers the specified font
-