load elusive icon font at startup

This commit is contained in:
Andreas Billmann
2015-03-25 01:16:18 +01:00
parent 03575c8620
commit beea49a6fc
4 changed files with 20 additions and 3 deletions

View File

@@ -8,7 +8,4 @@ import javafx.scene.text.Font;
*/
public class GeofroggerGlyphsDude extends GlyphsDude {
static {
Font.loadFont(GeofroggerGlyphsDude.class.getResource(ElusiveIcon.TTF_PATH).toExternalForm(), 10.0);
}
}