Created
November 30, 2014 11:04
-
-
Save getflourish/0aede30df2678e3fcf1a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // get text styles | |
| var text_styles_library = doc.documentData().layerTextStyles().objectsSortedByName(); | |
| // apply the style to the selected text layer | |
| selection[0].setStyle(text_styles_library[0]); | |
| // => Result: [MSSharedLayerStyle reflection]: unrecognized selector sent to instance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment