Thank you for the explanation,
I've adjusted font generation source code to process full-width space correctly.
http://www.esenthel.com/forum/showthread.php?tid=9004
Now available in Source Code update on Main Branch:
https://github.com/Esenthel/EsenthelEngi...49a617f551
(Binary download has not yet been updated, only the source code)
After updating your source, and recompiling both Engine+Editor.
Please re-create your font:
Open the Font, make some change to any of the parameters in the Font Editor, and close the Font Editor window.
(without making any changes, the font will not be regenerated).
After that, it should work OK.
Quote:But character "?" is usually in our text. So, it makes mistakes at scenario-writer, Debugger, and so on.
Different character can use for?
At the moment, you can change it only by modifying engine source code:
https://github.com/Esenthel/EsenthelEngi...t.cpp#L240
Code:
case '?': sign[0]=i; break;
replace '?' with some other character.