One of our primary users typically puts similar text in the files he reviews. Is there a way to automate adding multiple text objects?
S
Simon Garrison
started a topic
about 4 years ago
You can instantly add unlimited text using the FAB 3000 Matrix file (Add Array, TEXT) Here's a quick Matrix file I created (in notepad), added text in multiple locations.
Here's the matrix file contents from the tutorial:
ADD { CELL=active UNITS=INCH TEXTSTYLE=arial.fnt TEXT=MyTextLayer,0,0.45,0.2,0,FALSE,My Automated Text using Matrix TEXTALIGN=centerCenter TEXT=MyTextLayer2,2,1.45,0.4,5,FALSE,My Center-Aligned Text using Matrix }
Simon Garrison
ADD {
CELL=active
UNITS=INCH
TEXTSTYLE=arial.fnt
TEXT=MyTextLayer,0,0.45,0.2,0,FALSE,My Automated Text using Matrix
TEXTALIGN=centerCenter
TEXT=MyTextLayer2,2,1.45,0.4,5,FALSE,My Center-Aligned Text using Matrix
}