0

我正在检查此条件以加载字体:

  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

4

1 回答 1

0

您的字体文件大小应小于 60KB

于 2012-05-24T22:21:17.843 回答