Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 621 Bytes

ikonli-razer-pack

An Ikonli pack for Razer devices. Based on my razer-icon-font.

Usage

The pack is in Maven Central. Add the following to your POM (or other build system that uses Maven repositories).

<dependency>
    <groupId>uk.co.bithatch</groupId>
    <artifactId>ikonli-razer-pack</artifactId>
    <version>0.0.1</version>
</dependency>

Then add the appropriate toolkit library such as org.kordamp.ikonli:ikonli-javafx, and use in your project with FontIcon and friends. See Ikonli documentation for more information.