News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Main Menu

Bug when using special character set with user font and ESDlabel

Started by Cyrilou, December 03, 2020, 11:50:33 AM

Previous topic - Next topic

Cyrilou

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?

BRT Community

Hello,

Could you advise which font you added and which steps you used to add your language characters?

Best Regards, BRT Community

Cyrilou

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".

pauljiao

You may check the EvChargePoint example project ,which is under installation path
"Examples\Advanced"

Cyrilou

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.