You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example project created with https://start.gluon.io/, adding only FXML, no glisten, just add a button with a single FontIcon. Example project can be accessed here: https://asgteach.com/wp-content/uploads/2022/03/myapp.zip
Works with regular JVM (gluonfx:run), as well as native Graal build on Mac OS X desktop. On iOS, the icons don't render.
Example project created with https://start.gluon.io/, adding only FXML, no glisten, just add a button with a single FontIcon. Example project can be accessed here: https://asgteach.com/wp-content/uploads/2022/03/myapp.zip
Works with regular JVM (gluonfx:run), as well as native Graal build on Mac OS X desktop. On iOS, the icons don't render.
Gluon has suggested the following to avoid loading the font multiple times:
[from]
https://github.com/kordamp/ikonli/blob/master/core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/IkonResolver.java#L42
[to]
The text was updated successfully, but these errors were encountered: