• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can we install a font to a Java ME enabled phone

 
Ranch Hand
Posts: 524
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Can we install a Font to a Java ME enabled phone so that we can use it in my MIDlet. My requirement is to develop an application which uses the Sinahaleese characters(Native language of my country). Could you please let me know whether this is possible, if yes how> or else is there an alternative way to get my application on my native language.
Thanks a lot.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From your point of view you are thinking taking a font from your computer and copying it to the phone and then you are able to use it.

No this cannot be done.

Now, in this thread, which you already read and posted, is my other answer, and another solution to the problem. Those are the only solutions available for your needs.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic