> 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/jp/tsru/tekisuto.md).

# テキスト

<figure><img src="/files/b078b0636cd04291af8d5470d5d15fc98a69486e" 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/428940c80130bc5bffd9d3a61ce121ecec60d0f9" alt=""><figcaption></figcaption></figure>

1つのシーン内で、必要なだけテキストレイヤーを作成できます。&#x20;
{% endstep %}
{% endstepper %}

### 既存のテキストレイヤーを編集する

{% stepper %}
{% step %}

#### テキストレイヤーを選択する

テキストレイヤーを選択して、移動、サイズ変更、または編集します。

**1つのレイヤーを選択する場合:**

* 任意のテキストレイヤーを1回クリックして選択します
* テキストの周囲に選択枠が表示されます

**複数のレイヤーを選択する場合:**

* Shiftキーを押しながら、各テキストレイヤーをクリックします
* 両方のテキストレイヤーの周囲に選択枠が表示されます

{% hint style="info" %}
**複数レイヤー選択**

複数のレイヤーを選択すると、整列、グループ化、同じテキストスタイルの適用ができます。
{% endhint %}
{% endstep %}

{% step %}

#### 編集する

* **テキストを編集する:** テキストレイヤーをダブルクリックして、テキストを編集します。
* **テキストを移動する**クリックして、新しい位置へドラッグします。
  {% endstep %}

{% step %}

#### 編集を完了する

1. テキストエリアの外をクリックすると、編集モードを終了します。
2. 編集内容は自動で保存されます。
   {% endstep %}
   {% endstepper %}

***

## その他のテキスト機能

{% content-ref url="/pages/b8c302b7fd2c0ee7ac7eef426442dc64d8cfa006" %}
[書体](/main/jp/tsru/tekisuto/shu-ti.md)
{% endcontent-ref %}

{% content-ref url="/pages/61c7f4b25fd05f6803ba132a706869e4cf77561c" %}
[テキスト設定](/main/jp/tsru/tekisuto/tekisuto.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/jp/tsru/tekisuto.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.
