I’m developing a plugin that includes functionality to create a text node with content. I’m trying to set the text node’s vertical alignment to ‘cap height to baseline,’ but I’m having trouble achieving this.
1text.textCase = "TITLE";2text.textAlignVertical = "TOP";3text.textAutoResize = "WIDTH_AND_HEIGHT";4text.textLineHeight = "CAP_HEIGHT";5
The other ones work fine – but not the Vertical Trim. Thoughts?
