> 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/kr/tools/text.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/0bdab855e0a3664cc28f28de0a01363c1e8418f7" %}
[글꼴](/main/kr/tools/text/typefaces.md)
{% endcontent-ref %}

{% content-ref url="/pages/d00ff0f85b7c77fc41ed7a0cffcb2f83a1bdfe72" %}
[텍스트 설정](/main/kr/tools/text/text-settings.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/kr/tools/text.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.
