-
AE Scripting – Set text property: All Fills Over All Strokes
Hi,
I have a script that generates text with predefined properties.
One of the properties I’d like to define is the Fill-Stroke arrangement. I want the generated text to have All Fills Over all Strokes set.
In the After Effects scripting guide the following example is given:
textDocument.strokeOverFill = true;
So, follow that logic I tried:
textDocument.allFillsOverAllStrokes = true;
However this didn’t work.
Does anyone know what the correct term is? Or are the All Fills Over All Strokes & All Strokes Over All Fills options unavailable via scripting.
Thanks