this.scene = new DummyScene(app, "scene");
app.addScene(scene);
}
public void testLoadFonts(){
this.runTest(new TestRunnable() {
@Override
public void runMTTestCode() {
IFont font1 = FontManager.getInstance().createFont(getMTApplication(), "arial.ttf", 16, MTColor.GREY, MTColor.GREY, true);
IFont font2 = FontManager.getInstance().createFont(getMTApplication(), "arial", 16, MTColor.BLACK, MTColor.BLACK, false);