Hi, Manfred:
Today I did some more debugging on this issue. The console gave the error code as below.
EMWI ERROR: code: 182, info1: "Fonts_GeneralHFMoBest_Arab_32", info2: 65260
After the error code occured, the related TextView did not show text. What was strange was that I could never reproduce the same error within the prototyper. So I guessed the issue might be related to resource configuration of embedded software.
So I tried to enlarge the values below, especially the width.
#define EW_MAX_GLYPH_SURFACE_WIDTH 192
#define EW_MAX_GLYPH_SURFACE_HEIGHT 96
And it worked.
The problematic charactor comes from Arabic word, such as مقفلة. I wonder what's the rationale under the issue. How should I tune this parameter to reach a optimized point for the embedded system?
Thank you.
Best regards.
Stephen