我正在检查此条件以加载字体:
if (FontManager.getInstance().load("/res/gautami.ttf", "MyFont", FontManager.APPLICATION_FONT) == FontManager.SUCCESS)
try {
FontFamily typeface = FontFamily.forName("MyFont");
Font myFont = typeface.getFont(Font.PLAIN, 50);
helloWorld.setFont(myFont);
}
我的代码没有进入循环。
即使我尝试过:vemana2000、pothana、abteluhu、akaher 等......
我得到了NullPointerException