IkonHandler should directly expose its resources
Closed this issue · 0 comments
aalmiray commented
Instead of
String getFontResourcePath()
Which is used by Ikonli to load resources for Swing and JavaFX, provide the following methods
URL getFontResource()
InputStream getFontResourceAsStream()
Which should read resources internally and pass them to Ikonli.