> 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（中国語、日本語、韓国語）テキストを扱う際に、文字単位での正確な制御が必要な場合
* 1つのプラットフォームで、本番利用できるアセットを作成する

***

## 使い方

### <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. テキストエリアの外をクリックすると、テキストレイヤーがレイヤー一覧に表示されます。

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

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

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

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

{% stepper %}
{% step %}

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

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

**単一のレイヤーを選択:**

* 任意のテキストレイヤーを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.
