2020-11-18 05:37 AM
I have a problem, to present arabic texts on the screen.
At the moment I use the font Janna LT Regular.
Isolated letters seems not to be a problem. But if I want to write longer texts/words, then I see on the screen many "?"
Is there an other font, which supports better arabic texts?
BR
Margret
Solved! Go to Solution.
2020-11-25 05:32 AM
Just to let everyone know, the issue was handled offline and was due to a font that did not cover all the right glyphs in the unicode range for arabic.
2020-11-18 06:50 AM
2020-11-20 05:44 AM
The font arabtype is a little bit better. I can see now 1 more symbol instead of "?".
Could it be, that touchGFX can not all symbol-variants for arabic ligatur?
Is it limited in the unicodes_txt.rb file?
In this part of code?
def convert_to_contextual_forms(unicodes)
unicodes.sort!
[
[[0x0621],[0xFE80]], # ARABIC LETTER HAMZA
[[0x0622],[0xFE81,0xFE82]], # ARABIC LETTER ALEF WITH MADDA ABOVE
[[0x0622,0x0644],[0xFEF5,0xFEF6]], # ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE
[[0x0623],[0xFE83,0xFE84]], # ARABIC LETTER ALEF WITH HAMZA ABOVE
[[0x0623,0x0644],[0xFEF7,0xFEF8]], # ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE
[[0x0624],[0xFE85,0xFE86]], # ARABIC LETTER WAW WITH HAMZA ABOVE
[[0x0625],[0xFE87,0xFE88]], # ARABIC LETTER ALEF WITH HAMZA BELOW
.......
2020-11-20 07:17 AM
Hello Martin Kjeldsen,
I want to send you some example-words which didn't work on my Application.
عناية سهلة
البرامج
The one word, which was better with font arabtype was.
عربى
Could you please make your own simple Application with 3 TextAreas. Write the 3 Words in it. And let it run. Then regard the outcoming Window with the designer and answer me, what you see.
This would really help me. Because our customer waits impatiently.
Best regards
Margret
2020-11-23 12:24 AM
2020-11-23 02:28 AM
Hello Martin Kjeldsen,
this topic is very urgent for me, therefore I want to send you more hints from my problem.
This picture is, what I see in the designer:
and this is the picture, what's the outcoming from the simulator:
Have you any idee?
best regards
Margret
2020-11-23 02:32 AM
2020-11-23 02:32 AM
2020-11-25 05:32 AM
Just to let everyone know, the issue was handled offline and was due to a font that did not cover all the right glyphs in the unicode range for arabic.