Module org.controlsfx.controls
Package org.controlsfx.glyphfont
A package containing a number of useful code related to loading and using
font packs whose characters are actually images.
-
Interface Summary Interface Description INamedCharacter Represents a named character. -
Class Summary Class Description FontAwesome Defines aGlyphFont
for the FontAwesome font set (see the FontAwesome website for more details).Glyph Represents one glyph from the font.GlyphFont Represents a glyph font, which can be loaded locally or from a specified URL.GlyphFontRegistry The glyph font registry automatically registers available fonts using aServiceLoader
facility, however it is also possible to register glyph fonts manually using the providedGlyphFontRegistry.register(GlyphFont)
method. -
Enum Summary Enum Description FontAwesome.Glyph The individual glyphs offered by the FontAwesome font.