> 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).

# テキスト

{% hint style="danger" %}
**テキスト** はベータ機能であり、期待どおりに動作しない場合があります。

現在、テキストは「テキストレイアウト」タスクでのみ作成できます。他のタスクで使用するとフラット化されたり予測できない結果になる可能性があります。この機能は段階的にすべてのタスクで利用可能になります。
{% endhint %}

***

## 関連するユースケース

* 生成したビジュアルに商品名、説明、または販促文を追加すること
* 文字単位での精密な制御が必要なCJK（中国語・日本語・韓国語）テキストの扱い
* 単一プラットフォーム上で本番対応のアセットを作成すること

***

## 使い方

### <i class="fa-text" style="color:blue;">:text:</i> 新しいテキストレイヤーを作成する

{% stepper %}
{% step %}

#### 「テキストレイアウト」を選択する

左側のタスクメニューで選択します <kbd><mark style="color:$primary;">**テキストレイアウト**<mark style="color:$primary;"></kbd>.

これでテキストレイアウトのワークスペースが開きます。

または、既存のシーンにカーソルを合わせ「この画像から続行」を選択します。
{% endstep %}

{% step %}

#### 「T」を選択する

下部ツールバーで、 <i class="fa-text" style="color:$primary;">:text:</i> <kbd><mark style="color:$primary;">**テキスト**<mark style="color:$primary;"></kbd> ツールを選択します。
{% endstep %}

{% step %}

#### シーンにテキストを追加する

1. シーンの任意の場所をクリックしてテキストを書きます
2. テキストエリアの外をクリックすると、レイヤー一覧にテキストレイヤーが表示されます。

シーン内には好きなだけテキストレイヤーを作成できます。&#x20;

{% hint style="warning" %}
**文字数制限**

シーンごとのテキストレイヤー数に厳密な上限はありませんが、非常に多い数（100以上）の場合、パフォーマンスが低下する可能性があります。
{% endhint %}
{% endstep %}
{% endstepper %}

### <i class="fa-message-pen" style="color:blue;">:message-pen:</i> 既存のテキストレイヤーを編集する

{% stepper %}
{% step %}

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

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

**単一のレイヤーを選択する：**

* 任意のテキストレイヤーをシングルクリックして選択します
* テキストの周りに選択境界が表示されます

**複数のレイヤーを選択する：**

* 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:

```
GET https://docs.theseaai.com/main/jp/tsru/tekisuto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
