I can not dysplay Unicode text.
TVScreen2DText txt = new TVScreen2DText();
int ArialFont = txt.TextureFont_Create("font", "Arial", 18, true, false, false, true);
txt.Action_BeginText();
txt.TextureFont_DrawBillboardText("Any another language text", x, y, -0.1f, color, ArialFont, 1.2f, 1);
txt.Action_EndText();
bInternational = true
The text is not displayed (I used russian text)