Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Random baseline Offset for every Character #63499
    8bit31
    Participant

    Thanks a lot for your input so i will use this line of code.

    Here is the answer everybody is waiting for ;-)

    its a rolling end credit – normally no one will see this because theyre out of the cinema at its beginning…

    thats the bad thing of my job :-(

    in reply to: Random baseline Offset for every Character #63497
    8bit31
    Participant

    After some hours google i found this little miniscript…

    for (i=0; i<app.selection[0].length; i++)
    {
    app.selection[0].characters[i].baselineShift = Math.round(1*Math.random())/2;
    //app.selection[0].characters[i].pointSize += Math.round(4*Math.random())-2;
    //app.selection[0].characters[i].horizontalScale = 100+Math.round(20*Math.random())-10;
    //app.selection[0].characters[i].verticalScale = 100+Math.round(20*Math.random())-10;
    }

    Maybe someone can use this…

Viewing 2 posts - 1 through 2 (of 2 total)