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

# 텍스트

<figure><img src="/files/b435c9654ace4031f9e0a2b2c3fab0cc365305a5" 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/f94c932b0e2baaa991ccabbd601440a50ab4353b" alt=""><figcaption></figcaption></figure>

장면 내에서 원하는 만큼 텍스트 레이어를 만들 수 있습니다.&#x20;
{% endstep %}
{% endstepper %}

### 기존 텍스트 레이어 편집

{% 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.
