AnimGraphLab Alpha

Parameters

Select a node to edit its parameters.

The Text on Path node wraps the content from a text source along the geometry of a path or shape source. It supports any node that outputs geometry, such as Paths, Rectangles, Spirals, or even other text converted to paths.

Parameters

ParameterDescription
LabelThe display name for the node.
Start OffsetThe offset of the text along the path.
SideDetermines which side of the path the text is rendered on.

Usage

To use the Text on Path node, you need two upstream nodes:

  1. Text Source (Primary Input): A Text node that defines the content, font family, weight, and styling.
  2. Path Source (Secondary Input): A shape node that defines the curve the text will follow.

Connect them to the Text on Path node inputs. The text will automatically align to the start of the path geometry.

Placement Controls

  • Start Offset: Moves the text along the path. 0% is the start of the path, 100% is the end.
  • Side: Determines whether the text sits on the “Left” or “Right” side of the path direction. Effectively flips the text across the path line.

Tips

  • If the text is upside down or backwards, try toggling the Side parameter or reversing the direction of your path geometry.
  • The node inherits fill and stroke styles from the Text input, not the path.
  • Since the text follows the path’s geometry, animating the path (e.g. with a Noise node) will also animate the text flowing along it.

See also