Created obj.createTextField(tName,obj.getNextHighestDepth(),tX,tY,tW,tH); and formated text. embed a specific font into library added it to this object:
var tfFormat = new TextFormat(“Tahoma”, tSize, tRGB, false, false, false, ‘’, ‘’, ‘left’, 0, 0, 0, 0);
all works great except no speciall chars like: “螚ȎŠ”
also found on some site this: System.useCodepage = true;
but still no special chars. Any suggestions ???
Tnx alll