Hi
here is where error happens : (happens when I clean/build my project)
TrueTypeFont ttf = GuiGlobals.getInstance().loadFont("Interface/Fonts/Times.ttf", truetypefont.util.Style.Plain, 20, 0);`
I am getting this error :
Compiling 11 source files to /media/idea/01D0ABF282E1DD20/Java/jME_NB-PW-11-6-2015/TestGameCore/build/classes
/media/idea/01D0ABF282E1DD20/Java/jME_NB-PW-11-6-2015/TestGameCore/src/com/overthemoon/test/gamecore/all/appstate/TestAI.java:67: error: incompatible types: Style cannot be converted to int
TrueTypeFont ttf = GuiGlobals.getInstance().loadFont("Interface/Fonts/Times.ttf", truetypefont.util.Style.Plain, 20, 0);
/media/idea/01D0ABF282E1DD20/Java/jME_NB-PW-11-6-2015/TestGameCore/src/com/overthemoon/test/gamecore/all/appstate/TestBiDirectionalText.java:51: error: incompatible types: Style cannot be converted to int
TrueTypeFont ttf = GuiGlobals.getInstance().loadFont("Interface/Fonts/BNazanin.ttf", truetypefont.util.Style.Plain, 20, 0);
/media/idea/01D0ABF282E1DD20/Java/jME_NB-PW-11-6-2015/TestGameCore/src/com/overthemoon/test/gamecore/all/appstate/TestNotificationGUI.java:60: error: incompatible types: Style cannot be converted to int
TrueTypeFont ttf = GuiGlobals.getInstance().loadFont("Interface/Fonts/Times.ttf", truetypefont.util.Style.Plain, 20, 0);
/media/idea/01D0ABF282E1DD20/Java/jME_NB-PW-11-6-2015/TestGameCore/src/com/overthemoon/test/gamecore/all/appstate/TestPathFinding.java:76: error: incompatible types: Style cannot be converted to int
TrueTypeFont ttf = GuiGlobals.getInstance().loadFont("Interface/Fonts/Times.ttf", truetypefont.util.Style.Plain, 20, 0);
@Tryder can you please help me with this issue ?
info:
LemurDynamo-beta9
JME-TTF library 1.27
snfntly.jar
android-3.2.jar
Thanks