See: Description
| Interface | Description |
|---|---|
| INamedCharacter |
Represents a named character.
|
| Class | Description |
|---|---|
| FontAwesome |
Defines a
GlyphFont 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 a
ServiceLoader facility, however it is also possible to register
glyph fonts manually using the provided
GlyphFontRegistry.register(GlyphFont) method. |
| Enum | Description |
|---|---|
| FontAwesome.Glyph |
The individual glyphs offered by the FontAwesome font.
|