Use FontAwesomeFX 8.9 on FXML file with JFoenix

Issue #32 open
Quentin POLLET created an issue

Hi !

I use FontAwesomeFX 8.0.10 with JFoenix and I would like to update it at 8.9.

So I tried to change the FXML :

  • 8.0.10
<Icon awesomeIcon="WARNING" style="-fx-font-family: FontAwesome;" />
  • 8.9
<FontAwesomeIcon name="WARNING" />

I also tried with value, icon, glyphIcon, glyph-icon instead of name, but it is not working.

I found your tuto, but it is old (2013) and nothing is about this new version.

Best regards.

Comments (6)

  1. Vitaly Romashkin

    Hi, Jens. Any support of this issue is planning? Load icons from fxml would be a really handy feature.

  2. Log in to comment