Text
Renders text to an image with full font, color, alignment, and layout control. Supports system fonts or custom .ttf/.otf files.
The Text node renders text strings into an image using either system-installed fonts or a custom .ttf/.otf file. Choose from any installed font family and weight, set the size in pixels, and pick a color. Multi-line text, letter spacing, and line spacing are all supported.
Layout controls let you position the text precisely within the canvas using horizontal and vertical alignment plus pixel or percentage offsets. Rotation lets you angle the text around its anchor point. When a background image is connected, the text composites directly on top, or you can output just the text layer by itself.
Parameters
Section titled “Parameters”Pins
Text
The string to render. Multi-line input is supported
Text size in pixels
Text color
Font
System font family (dynamic list from installed fonts)
Font weight/style variant (dynamic list based on Font Family)
Path to a .ttf/.otf font file. Overrides family selection when set
Font hinting mode. None: smooth (best for large text). Light: subtle grid-fit. Full
Layout
Horizontal alignment of text within its bounds
Vertical alignment of text within its bounds
Horizontal anchor position. Default is % mode at 50% (center)
Vertical anchor position. Default is % mode at 50% (middle)
Rotate text around the anchor point. Values are in degrees (-360 to 360)
Multiplier for vertical line spacing
Extra horizontal spacing between characters
Output
Output width
Output height
Text Only: text on transparent background. Composite
Blend mode when compositing over background
Composite opacity
Usage Tips
Section titled “Usage Tips”- Use a custom font file (.ttf/.otf) for consistent results across machines, since system fonts may differ.
- Set alignment to Center + Middle and position to 50%/50% for perfectly centered text.
- Use Letter Spacing to create a wide-tracked heading style.
- Connect a background image and set Output Mode to Composite to render text directly onto it.
- In Composite mode, use Blend Mode and Opacity to control how text mixes with the background (e.g., Multiply for watermarks).
- Set Hinting to None for smooth large display text; use Full for maximum crispness at small sizes.