How to divide all managers of related one-character-by-textFrame?

Hello:

How to divide all managers of related one-character-by-textFrame?

Example: textFrame 'letters' will be divided into 7 executives of related texts: 'L', 'e', "t", "t", 'e', 'r', "s".

Help, please.

Hi Victor, here is the version JS, sorry for the delay

#target Illustrator

//  script.description = splits selected texFrame into separate characters;
//  script.required = select a point text textFrame before running;
//  script.parent = CarlosCanto;  // 3/5/11
//  script.elegant = false;

var idoc = app.activeDocument;
var tWord = idoc.selection[0];
var xpos = tWord.position[0];
var ypos = tWord.position[1];
var charCount = tWord.characters.length;

for (i=charCount-1 ; i>=0 ; i--)
     {
          var ichar = tWord.duplicate();
          ichar.contents = tWord.characters[i].contents;
          tWord.characters[i].remove();
          var width = tWord.width;
          ichar.position = [xpos+width,ypos];
     }
tWord.remove();

Tags: Illustrator

Similar Questions

Maybe you are looking for

  • I downloaded 6.0.2 several times. Whenever downloading doesn't "stick". I get message "you are working with the non-secure version.

    1 Firefox downloads. On the screen "opens Firefox 6.0.2.dmg. I chose "save file". It is saved in the downloads. I opened the file.2. I move Firefox icon in the Applications folder. Message of the "Firefox.app' already exists in this place." I replace

  • Touchpad does not work on Satellite C55-A-184

    My touchpad does not work...I don't have a mouse to use to get the details of the driver etc. Can someone please helpIt is so boring. I can't download the update of the driver as I'll have to use the kindle to find help,Any advice would be greatly ap

  • Satellite C660-15r - restore Windows 7 without password

    I bought Toshiba Satellite C660-15r off someone, but the problem is that there is a password at startup upward.It's very well because I was about to restore it somehow but when I go to the restoration of windows you need a password to access. Is it p

  • Sequence of output using tables

    Hello How can I use a table to provide an entry for a sequence of motor input binary?  I tried to do, but the numbers that I put in the table are not the same ones that come out.  Here is an example of what I tried.  After the release of the survey,

  • the thermostat control through DAQ card

    Hi all I'm trying to control a card DAQ (data conversion, DT9816) through LabVIEW. What I try to do is to 'one' send to one of the output ports when a temperature value falls a specific range and to send a 'zero' when it falls in the range. I tried t