Created
January 31, 2015 11:28
-
-
Save turbobabr/d9c8568771b3b36080ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var layer=selection.firstObject(); | |
if(layer) { | |
var TextBehaviour = { | |
Auto: 0, | |
Fixed: 1 | |
}; | |
layer.textBehaviour=TextBehaviour.Fixed; | |
layer.frame().width=300; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment