フォントをロードするためにこの条件をチェックしています:
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