> For the complete documentation index, see [llms.txt](https://docs.dezignphreak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dezignphreak.com/textshapes/functions/textline.md).

# TextLINE

After you created the Text Line you can change the main settings via the textline effect on that layer.&#x20;

#### Shape Layer

Since this layer is technically a shape layer, you can add effects or animations like trim paths via the shape layer menu :arrow\_forward:.

#### Dynamic linking

If you want to have mutliple lines on the same shape layer, simply duplicate the textline shape layer group and the "textline" effect. If the name of the group and the effect match, the group inherit its settings from the effect. Otherwise the settings falls back to the default "textline" effect settings.

{% hint style="info" %}
Thanks [Paul Schlemmer](https://paulslemmer.com/tools) for the idea behind the dynamic referencing.
{% endhint %}

## Options

#### Style

Choose the position/style of the line.

#### Padding

Defines the distance between the line and the source layer. The padding tries to stay constant while changing the stroke width.&#x20;

{% hint style="warning" %}
To keep this working, don't change the name "textline - Stroke" of the stroke. If you change the stroke (e.g. to a gradient stroke) rename the stroke back to "**textline - Stroke**".
{% endhint %}

#### Extension

The line is to short? No problem, just extend it left (= start) and right (= end).

#### Time Anchor

{% hint style="info" %}
The size of the TextLINE is determined by the parent layers bounding box. If you animate the text, the bounding box changes dynamicly.
{% endhint %}

To fix the size to a certain point in time of the parent layer, simply disable the Live checkbox and modify the Static slider to your needs (0% = parents inPoint. 100% = parents outPoint).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dezignphreak.com/textshapes/functions/textline.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
