ikonli icon indicating copy to clipboard operation
ikonli copied to clipboard

Icon packs for Java applications

Results 22 ikonli issues
Sort by recently updated
recently updated
newest added

How to draw FontIcon (Ikonli) directly inside "javafx.scene.Canvas" ? Version 12.3.1 Thank's ``` import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.SnapshotParameters; import javafx.scene.canvas.Canvas; import javafx.scene.canvas.GraphicsContext; import javafx.scene.image.Image; import javafx.scene.layout.BorderPane; import javafx.scene.layout.Pane; import...

Hello Are there any plans to add **Font Awesome 6** ? It contains web fonts : ``` $ ll -h webfonts/*.ttf -rwxrwxrwx 1 me me 186K Aug 1 18:27 webfonts/fa-brands-400.ttf*...

`iconSizeProperty` and `fontSize` seem indepentend but are not. If you bind `iconSizeProperty` and then try to set the font, you get an exception. ``` FontIcon fontIcon = new FontIcon("mdi2m-magnify"); fontIcon.iconSizeProperty().bind(new...

Would be great if you could add this badge to your readme: `[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white)](https://www.jfx-central.com/libraries/ikonli)`

Hi, It usually displays like this when I try to find an icon

What would be the preferred was to resize the icons dynamically? E.g. when I have a zoom-in/out button that can change the default font-size with something like this: ``` applicationPreferences.getFontSizeProperty().addListener((c,...

I've added version 6.5.2 of fontawesome as a new icon pack. So far no new icons have been added to the enums.

I want to load a component inside scenebuilder but when I go to add the jar every fxml that has a FontIcon inside is not loaded. If I remove the...

My Javafx app at https://github.com/hallvard/halban uses Ikonli and its ikonli-materialdesign2-pack maven artifact for button icons, e.g. arrow triangles, undo/redo and play/pause. These icons show nicely when run normally on Macos...

### Description When attempting to run a JavaFX application using Ikonli in a native image compiled with Liberica NIK, the application fails to start and throws the following exception: ```...

Enhancement