Hi
I am green here and this is my first time to post a thread to ask a question here. I am encountering a text rendering problem in the Middle East language.
I have used emWin graphics library for a few years for my product development. But now my UI development requires to render the Hebrew and Arabic. So I have to use the function "GUI_UC_EnableBIDI()" to let me render the Arabic text. I have downloaded the sample code about the bidirectional rendering in the emWin web and try to play with it in my platform. I found that the Arabic can't be rendered except the English characters and the numbers. But when I disable the bidirectional function by calling "GUI_UC_EnableBIDI(1)", the Arabic text can be rendered on my TFT. It seems that the function "GUI_UC_EnableBIDI(1)" doesn't know how to render the text in this way and just simply skip it ?( . May I ask what's going wrong in my source code and do you have any idea of it? Below is the information about my platform
Target MCU : STM32F429
Development Patform : IAR
emWin Version : STemWin V5.32
I am green here and this is my first time to post a thread to ask a question here. I am encountering a text rendering problem in the Middle East language.
I have used emWin graphics library for a few years for my product development. But now my UI development requires to render the Hebrew and Arabic. So I have to use the function "GUI_UC_EnableBIDI()" to let me render the Arabic text. I have downloaded the sample code about the bidirectional rendering in the emWin web and try to play with it in my platform. I found that the Arabic can't be rendered except the English characters and the numbers. But when I disable the bidirectional function by calling "GUI_UC_EnableBIDI(1)", the Arabic text can be rendered on my TFT. It seems that the function "GUI_UC_EnableBIDI(1)" doesn't know how to render the text in this way and just simply skip it ?( . May I ask what's going wrong in my source code and do you have any idea of it? Below is the information about my platform
Target MCU : STM32F429
Development Patform : IAR
emWin Version : STemWin V5.32