3

I want to use a specific foreign language font for a Blackberry application. How is such a font created and loaded onto the Blackberry device?

For example: ਪੰਜਾਬੀ

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
Noah
  • 15,080
  • 13
  • 104
  • 148

2 Answers2

2

for Blackberry OS 5 or above, you can use class FontFamily to load your custom font into application.

hakim
  • 3,819
  • 3
  • 21
  • 25
1

A quick google search shows that the same thing has been asked at blackberry forums.

The solution they came up with is a class for loading the font from a fnt file.

There are programs available to import and edit fnt files.

Arc the daft
  • 225
  • 1
  • 2