Glyph font #
ControlsFX supports font packs. The following font packs:
This support is not only in the form of API to render glyphs as graphics in Buttons, etc – it is also baked into our other API.
For example, the new @ActionProxy
API can have its graphic set from a font pack in the following manner:
@ActionProxy(text=”Action Text”, image=”font>FontAwesome:STAR”)
This feature was inspired by Jens Deters’ FontAwesomeFX.