> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/gong-ju/wen-ben.md).

# 文本

<figure><img src="/files/2f664e403d34274aef09511f404befd915459d96" alt=""><figcaption></figcaption></figure>

***

## 如何使用

### 创建新的文本图层

{% stepper %}
{% step %}

#### 选择“文本布局”

在场景下方，选择 <i class="fa-text" style="color:$primary;">:text:</i> <kbd><mark style="color:$primary;">**文本**<mark style="color:$primary;"></kbd>  从工具菜单中打开，这会在画布顶部打开“文本布局”检查器
{% endstep %}

{% step %}

#### 向场景中添加文本

1. 在场景中的任意位置点击并输入文字
2. 一旦你点击文本区域外，文本图层就会出现在图层列表中。

<figure><img src="/files/d262c3384f4af34c9b2793bbd7387fb012a5e645" alt=""><figcaption></figcaption></figure>

你可以在一个场景中创建任意多个文本图层。&#x20;
{% endstep %}
{% endstepper %}

### 编辑现有文本图层

{% stepper %}
{% step %}

#### 选择一个文本图层

选择文本图层以移动、调整大小或修改它们。

**选择单个图层：**

* 单击任意文本图层即可选中
* 文本周围会出现选区边框

**选择多个图层：**

* 按住 Shift 并单击每个文本图层
* 两个文本图层周围都会出现选区边框

{% hint style="info" %}
**多图层选择**

选择多个图层后，你将可以：对齐、分组，并应用相同的文本样式。
{% endhint %}
{% endstep %}

{% step %}

#### 进行编辑

* **编辑你的文本：** 双击文本图层即可编辑文本。
* **移动你的文本**：点击并拖动到新位置。
  {% endstep %}

{% step %}

#### 完成编辑

1. 点击文本区域外的任意位置以退出编辑模式。
2. 你的编辑会自动保存。
   {% endstep %}
   {% endstepper %}

***

## 其他文本功能

{% content-ref url="/pages/f354e532281eff17cd12a9c724d6ab6ee263df48" %}
[字体](/main/ch/gong-ju/wen-ben/zi-ti.md)
{% endcontent-ref %}

{% content-ref url="/pages/38df4c547ca5b48f25d3cc4f7ce8ec5a817eba64" %}
[文本设置](/main/ch/gong-ju/wen-ben/wen-ben-she-zhi.md)
{% endcontent-ref %}


---

# 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.theseaai.com/main/ch/gong-ju/wen-ben.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.
