Skip to content

Instantly share code, notes, and snippets.

@getflourish
Created November 30, 2014 11:04
Show Gist options
  • Select an option

  • Save getflourish/0aede30df2678e3fcf1a to your computer and use it in GitHub Desktop.

Select an option

Save getflourish/0aede30df2678e3fcf1a to your computer and use it in GitHub Desktop.
// 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