Hello,
You can specify any characters that you want for the "Custom Char"
If you don't specify, then the characters will not be included in the font.
If you specify, then the characters will be included in the font.
You should specify only those characters that you really need, to avoid having too big font files.
Quote:And in "Font Editor". Character that not in specified font-set (for example "ARIAL"), it can shows multi-bytes charcter (when write into "Display text"). However it seems to drawn with something gothic font.
Some default font selected automatically in this case?
Could you please attach a sample image describing the issue?
No other font is used if the character is not present. Font is created by the system functions, and it's created using one font.
If you see other types of characters, it means that the system functions did that.
Please refer to source code:
https://github.com/Esenthel/EsenthelEngi...i/Font.cpp
classes SystemFont and SystemFontDrawContext
Let me know if you need more help