268 views
in Embedded Wizard Studio by

EW version: EW13

When i use font in EW13 project on MainWindow show this warning information:

How to eliminate this warning?

 

 

1 Answer

0 votes
by

Hello,

According to the warning the language specific values in attribute Ranges overlap. This would result in a Unicode code point addressing multiple different glyphs.

When you double click the warning the corresponding location is shown in Inspector. There you see the attribute Ranges configured for language Chinese with the value 0x02-0xFF and for language Default with value 0x01-0xFF. The ranges thus overlap.

To disable the warning adapt the values in the Ranges attribute so that they don't overlap. Specify in Default the range 0x01-0xFF. In language Chinese specify only the codes of relevant Chinese characters. See also Localize a font resource.

Best regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...