blackberry suporetd泰卢固语字体

时间:2012-05-21 09:45:08

标签: blackberry fonts true-type-fonts

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

  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,po​​thana,abteluhu,akaher等.... 我得到了NullPointerException

1 个答案:

答案 0 :(得分:0)

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