I'v added special characters like é, è, à to a font because I must use french language. Rom fonts doesn't have these characters! It's too bad.
When I use an ESDlabel and I write "é" followed by a character from "0" to "f" (hexadecimal), this character becomes a space. Other characters are displayed correctly.
Can you reproduce it and correct it?
Hello,
Could you advise which font you added and which steps you used to add your language characters?
Best Regards, BRT Community
Hi,
I'm using Arial font .ttf in size 24 in ESD 4.8. I use ESD label widget with this font. I write "écran" in text property and I see " ran" on design window. If I write "élastique" I see "élastique".
You may check the EvChargePoint example project ,which is under installation path
"Examples\Advanced"
ok I see... text is unicode but not in text field of ESDlabel!
You must write "\xc3\xf2..." in C code to support special characters.