> 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" %}
**텍스트** 베타 기능이며 예상대로 작동하지 않을 수 있습니다.

현재 텍스트는 Text Layout 작업에서만 생성할 수 있습니다. 다른 작업에서 사용하면 평면화되고 예측할 수 없는 결과가 나올 수 있습니다. 이 기능은 점진적으로 모든 작업에서 사용할 수 있게 됩니다.
{% endhint %}

***

## 관련 사용 사례

* 생성된 비주얼에 제품명, 설명 또는 홍보 문구 추가
* 정확한 문자 단위 제어가 필요한 CJK(중국어, 일본어, 한국어) 텍스트 작업
* 단일 플랫폼 내에서 바로 사용 가능한 에셋 제작

***

## 사용 방법

### <i class="fa-text" style="color:blue;">:text:</i> 새 텍스트 레이어 만들기

{% stepper %}
{% step %}

#### “Text Layout” 선택

왼쪽 작업 메뉴에서 다음을 선택하세요 <kbd><mark style="color:$primary;">**텍스트 레이아웃**<mark style="color:$primary;"></kbd>.

그러면 Text Layout 작업 공간이 열립니다.

또는 기존 장면 위에 마우스를 올리고 이 이미지에서 계속을 선택합니다.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/kr/tools/text.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.
