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.
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.