0
2

More than 5 years have passed since last update.

テキストレイヤーの文字数を取得

Last updated at Posted at 2017-04-25
#target aftereffects
var myComp = app.project.activeItem;  
var myLayer = myComp.selectedLayers[0];  
var myText=myLayer.property("ADBE Text Properties").property("ADBE Text Document").value;
var Text=myText.toString (myText);
alert(Text.length)

bandicam 2017-04-25 14-28-13-405.jpg

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2