JAVA ME - LWUIT : arabic font problem

Hi how can i add arabic Characters to bitmap font and show in application ? how can i do it on localization section ? when i use system font it`s shows seprated and reserved on some phones , i want to make bitmap font to show arabic strings correctly on all phones thanks

This question and answers originated from www.stackoverflow.com
Question by (10/2/2010 8:05:25 PM)

Answer

you can't, LWUIT doesn't support Arabic bitmap fonts. Which is related to the fact that Arabic language contains different glyph for each character, which didn't considered while developing the bitmap font in LWUIT.

Answer by

Find More Answers
Related Topics  java-me  lwuit
Related Questions
  • Why arabic font not supported in Samsung mobiles using LWUIT?

    I have tested my mobile application on some Samsung mobiles for testing purpose(Samsung Corby b3410 and Samsung c6712). Here Arabic font not showing on these mobiles. But it will working properly on…
  • Arabic words problem in LWUIT on some models

    I've created a gui using LWUIT which uses Arabic words (and so it is right to left) It works fine on some models (Sony Ericsson T700 or Elm for example). But on some other models (e.g. Sony Erics…
  • LWUIT : Form Problem

    i have started using LWUIT which sounds interesting , i have made a form and has simply added an image to its background , my problem is that the image is getting streched and looks bad :D is there …
  • LWUIT : issue in showing arabic words ?

    Hi i have problam in showing arabic words in LWUIT , the arabic words characters are separated and reversed , but it`s work true on nokia , how can i slove this problem ? thanks
  • LWUIT bitmap font

    I'm Developing a small application in one of the classes i'm using two buttons , I have used bitmap fonts for all the components used in application (using Resource Editor) for both English and Pers…
  • use *.bmf bitmap font on LWUIt?

    i make bitmap font with j2mepolish font editor , is it possible to use this bitmap font on LWUIT ? how ? thanks
  • LWUIT: Layout calculation problem

    I have a rather large application written with LWUIT. With only a few screens that have the problem. The problem: When the page loads, everything looks fine. but when you scroll you can't scro…
  • How to get LWUIT bitmap font?

    I want bitmap font for Form from LWUIT component. I create rs file with bitmap font(that is theme file create by Resource Editor.jar). Then I load that file from my MIDlet with following code... The…
  • LWUIT 1.5 Table - horizontal spanning problem

    I am wondering if this is a bug or just my faulty code. I've been trying to render table with some horizontal spanning. This is how it should look like: In LWUIT 1.4 everything worked correct…
  • LWUIT :Localization problem

    I have made a simple form with one textFeild and a command, I want to have two languages: Farsi and English so that I can use them according to my needs at runtime. I made some translations using…