Text
Category Shape
Is Pair Node: No
Creates a text vector that can be rendered on the canvas. This node allows you to display text with specific properties such as position, font family, and size.
Font Family Name
Section titled “Font Family Name”The Font Family Name is a type that specifies the font family to use for rendering the text. It can be any valid font family available in the system or custom font imported into the document.
To set a font family, use a built-in picker.
Inputs
Section titled “Inputs” Position
Section titled “ Position ” Type: VecD
Default: (0, 0)
Position of the text in the canvas. This determines where the text will be rendered.
Font Family
Section titled “ Font Family ” Type: Font Family Name
Default: Arial
The font family to use for the text. This determines the style of the text, such as Arial, Times New Roman, etc.
Font Size
Section titled “ Font Size ” Type: Double
Default: 12
The size of the text in pixels. This controls how large the text appears on the canvas.
Outputs
Section titled “Outputs” Output
Section titled “ Output ” Type: Text Data
Default: null
Vector text data that can be further processed or rendered.