Replies: 1 comment 1 reply
-
There just was an issue that got resolved by using the latest EAB 2.12.2 (and this issue is not). When I put the font into https://fontdrop.info/ I get that 601 glyphs are in the font and "12 OpenType features were detected in the font" - no idea what a "feature" is even supposed to be in the OTF context. The preview image from EAB has this: So the circles get embedded into the glyphs, this is a conversion issue. I also tried four different only OTF to TTF conversion services, three of the generated .ttf still show these OpenType "features" in FontDrop. No idea what this is exactly, but the issue is not with the EVE chip. |
Beta Was this translation helpful? Give feedback.
-
Hello Rudolph
I am currently working with a 4.3” EVE4 display from Riverdi RVT43HLBFWN00. To check the compatibility of the display for other national languages, I have output a sample text with Indian characters. The text on the display has shown that certain characters are not displayed correctly. I used the font MUKTI. I have used the sample text from the specified website as a reference text.
However, the following text is shown on the display and in the EVE Screen Editor as well:
What I noticed directly in the comparison are these dotted circles. After analyzing this font on FontDrop!, I found out that this must be the OpenType feature.
I am now wondering whether the EVE display is able to handle this OpenType feature at all, or whether there are fonts for the Indian language that can manage without this OpenType feature.
Implementation
I downloaded the font from the URL above and prepared it in the EAB tool as follows.
The input character preview looked like this:
I created the Flash image as follows:
I then compressed the image with the zopfli library.
I converted the compressed image file into a C file for integration into the software.
The source code to load and display the custom font looks like this:
`
`
I also tested the output in the EVE Screen Editor as follows:
Basically I think that it is possible to show characters of all languages that exist in this world on this display. I also thought that the use of a Unicode character set would make this possible without any problems.
Have I overlooked something or do I have to use a different font to be able to output the selected sample text?
Kind regards
Simon
Beta Was this translation helpful? Give feedback.
All reactions