New Vertical Text Scripting hooks available in Beta
Starting in Beta build 24.2.0x29, we have added new support for managing the orientation (horizontal/vertical) of Text Layers via scripting. You'll have access to several new hooks in the latest Beta.
First up is new property on the TextDocument: TextDocument.lineOrientation. This read-write property uses the following enums:
- LineOrientation.HORIZONTAL
- LineOrientation.VERTICAL_RIGHT_TO_LEFT
- LineOrientation.VERTICAL_LEFT_TO_RIGHT
- LayerCollection.addVerticalText(String or TextDocument)
- LayerCollection.addVerticalBoxText([w,h][, optional String])
- TextDocument.composerEngine
- CharacterRange.composerEngine
- ParagraphRange.composerEngine
Remember, these scripting hooks are currently in Beta and are subject to change.
Douglas Waterfall, John Colombo & Sebastien Perier

