Quantcast
Viewing all articles
Browse latest Browse all 85594

Re: Get width of layer based on contained text

You need to use sourceRectAtTime():

 

layer = app.project.activeItem.layer(1);

rect = layer.sourceRectAtTime(0,true);

alert(rect.width);

 

It returns an object with left, top, width, and height attributes.

 

 

Dan


Viewing all articles
Browse latest Browse all 85594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>