Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
YOUR NAME sted of org
Browse files Browse the repository at this point in the history
  • Loading branch information
jschleuss committed Mar 10, 2018
1 parent a732ffd commit c72276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector-map-restyle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ sourceText.textRange.characterAttributes.textFont = app.textFonts.getByName(defa
sourceText.textRange.characterAttributes.size = 6;

var creditText = doc.textFrames.add();
creditText.contents = "Los Angeles Times";
creditText.contents = "YOUR NAME";
creditText.top = -1;
creditText.left = 330;
creditText.textRange.characterAttributes.textFont = app.textFonts.getByName("LAText-Roman");
Expand Down

0 comments on commit c72276c

Please sign in to comment.