You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is awesome project. I tried in some games and it works.
But it can't show chinese in DX9 game.
Did I miss something?
by the way, I tried to change font to "新細明體" (which used in chinese environment)
change
TextCreate("Arial", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world", true, true)
to
TextCreate("新細明體", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world中文", true, true))
It only shows "Hello world", "中文" is missing.
The text was updated successfully, but these errors were encountered:
The implementation can only display ASCII.
Without much effort, only ANSI is possible.
After that the AHK-Wrapper etc. has to be changed to UTF-16, but I don't know if AHK even supports UTF-16.
Hi
This is awesome project. I tried in some games and it works.
But it can't show chinese in DX9 game.
Did I miss something?
by the way, I tried to change font to "新細明體" (which used in chinese environment)
change
TextCreate("Arial", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world", true, true)
to
TextCreate("新細明體", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world中文", true, true))
It only shows "Hello world", "中文" is missing.
The text was updated successfully, but these errors were encountered: