Typeface Array
Intro
Create a list of typefaces that can be assigned to other Layers via their indices.
UI
Auto Index - When checked the node will automatically output all indices.
Index - Select the index within the array.
Reverse - Invert the order the indices are output in. For example, where there are 3 indices 0,1,2
, their order will be reversed to 2,1,0
.
Count - Output the number of indices in the array.
- Use this button to add more rows (indices) to the UI.0: Typeface - The first index in the array.
Example
- Create a Text Shape.
- Select the Text Shape and click the Duplicator icon in the Shelf.
- Set Count.x to 1.
- Create 3 Typeface Utilities.
- Set a different font for each one.
- Create a Typeface Array.
- Click the button twice to add 2 more indices.
- Connect each Typeface to each index on the Typeface Array.
- Connect typefaceArray.id→textShape.typeface.
Each word in the Duplicator should now have a different typeface.
Double click to set Index
Double clicking on a indices' row will set the Index to that value.