User guide

259
Control (UI) Default Value Function
vjustify Center Sets how to align the text vertically:
Top - align the text along the top edge of the text frame,
placing the top baseline of the text block at the location
defined by position.
Center - align the text from the center of the text frame,
placing the center baseline of the text block at the location
defined by position.
Bottom - align the text along the bottom of the text frame,
placing the bottom baseline of the text block at the location
defined by position.
The baseline is the imaginary line upon which most letters rest.
lineSpace 0 If you have several lines of text, this adjusts the spacing
between each line. By using negative values, you can make the
letters overlap.
wrapMode None Sets how to wrap long lines of text to fit inside the text frame:
None - long lines are not wrapped to fit inside the text frame.
Some parts of the text may fall outside the frame and not be
visible.
Word - long lines are split into several lines at word
boundaries.
Exact - long lines are split into several lines at the closest point
in the text that fits the text frame width, regardless of word
boundaries.
wrapMode: Word
wrapWidth bounds.width The width to use when calculating when to wrap the text.
wrapMode: Exact
wrapWidth bounds.width The width to use when calculating when to wrap the text.
color
color 1.0, 1.0, 1.0, 1.0 The color (RGBA values) of the rendered text. You can also use
the below RGB, HSL, or HSV controls to set the color of the text.
color > RGB
4 NODES I-K | IMAGETEXT