Skip to content

Text

Text
Output
Text
Position
(0, 0)
Font Family
Arial
Font Size
12

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.

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.


Type: String
Default: unset

Text to display.

Type: VecD
Default: (0, 0)

Position of the text in the canvas. This determines where the text will be rendered.

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.

Type: Double
Default: 12

The size of the text in pixels. This controls how large the text appears on the canvas.


Type: Text Data
Default: null

Vector text data that can be further processed or rendered.