Is it possible to mix two fonts in one wildcard text field
I have a latin font without chinese symbols and want to show the "Chinese" selection (中文) with a font that contains all chinese symbols but no latin characters and vice versa.
To select just the latin font for the texts that should be shown while chinese font is acitve seems not to work (in excel table)
Also to switch wildcard text field with two wild card settings (chinese / latin) seems not to work too.
e.g.:
CRText.setTypedText(touchgfx::TypedText(T_ALIGNRIGHTTEXT_BIG_WILDCARDID_CHINESE));
or
CRText.setTypedText(touchgfx::TypedText(T_ALIGNRIGHTTEXT_BIG_WILDCARDID_LATIN));
What could I do?