1

I would like to know, is it possible to load font (.ttf file from resource) in Blackberry OS 4.6? I did it in BB OS 5.0 using FontManager class like to port application for 4.6 too.

Thanks and Regards Anish

MobDev
  • 1,489
  • 1
  • 17
  • 26

1 Answers1

1

For OS versions prior to 5.0 is not possible.

Mister Smith
  • 27,417
  • 21
  • 110
  • 193
  • Thanks Mister Smith, Is there is any alternative? Such as install ttf font from a url, then use it in application.. – MobDev Mar 15 '12 at 04:48
  • Not using the Java API. Of course you could look for a library (or develop your own) for rendering fonts over a Graphics object. – Mister Smith Mar 15 '12 at 09:03