> 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/ch/gong-ju/wen-ben/zi-ti.md).

# 字体

{% hint style="danger" %}
**文本** 是测试功能，可能无法按预期工作。

目前，您只能在“文本布局”任务中创建文本。在其他任务中使用它可能会产生扁平化且不可预测的结果。此功能将逐步在所有任务中可用。
{% endhint %}

***

## 系统字体

**从预装字体中选择，这些字体同时支持西文和中日韩字符。**

所有系统字体均获准用于商业用途（OFL/Apache 许可证）。您可以在客户作品和商业项目中安全使用它们。

* Noto Sans CJK（通用无衬线）
* Noto Serif CJK（通用衬线）
* M PLUS 1p（友好无衬线）
* M PLUS Rounded 1c（柔和圆角）
* Kosugi Maru（单线圆角）
* Kiwi Maru（友好衬线）
* Nanum Gothic（现代无衬线）

如果您处理中文、日文或韩文文本，请使用明确支持 CJK 字符的字体。像 Noto Sans CJK 和 Noto Serif CJK 这样的系统字体提供全面覆盖。仅支持西文的字体在显示 CJK 文本时可能会出现缺字方块（□）。

### 如何使用系统字体

{% stepper %}
{% step %}

#### 选择“文本”工具或现有文本图层&#x20;

* 在底部工具栏中，选择 <i class="fa-text" style="color:$primary;">:text:</i> <kbd><mark style="color:$primary;">**文本**<mark style="color:$primary;"></kbd> 工具。
* 选择现有文本图层：
  * 单击任一文本图层以选择。
  * 按住 Shift 并点击以选择多个文本图层。
    {% endstep %}

{% step %}

#### 选择字形选择器

在顶部栏中，选择字形选择器。

这将打开字形面板。
{% endstep %}

{% step %}

#### 选择“全部”

在字形面板中，选择 <kbd><mark style="color:$primary;">**全部**<mark style="color:$primary;"></kbd> 选项卡。

列表以其实际样式显示每个字形名称。
{% endstep %}

{% step %}

#### 选择一种字形

从列表中选择所需的字形。

所选字形将直接应用于活动文本图层。
{% endstep %}
{% endstepper %}

***

## 自定义字体

{% hint style="danger" %}
**字体许可**

对于自定义字体，请确保您拥有适用于预期用途的相应许可和文件格式。将字体上传到 Beachside 并不授予超出字体许可中定义权限以外的商业权利。
{% endhint %}

上传您自己的字体以在所有布局中保持品牌一致性。Beachside 仅支持 Web Open Font Format（**.WOFF** 和 **.WOFF2**)

### 如何上传并使用自定义字体

{% stepper %}
{% step %}

#### 选择“文本”工具或现有文本图层&#x20;

* 在底部工具栏中，选择 <i class="fa-text" style="color:$primary;">:text:</i> <kbd><mark style="color:$primary;">**文本**<mark style="color:$primary;"></kbd> 工具。
* 选择现有文本图层：
  * 单击任一文本图层以选择。
  * 按住 Shift 并点击以选择多个文本图层。
    {% endstep %}

{% step %}

#### 选择字形选择器

在顶部栏中，选择字形选择器。

这将打开字形面板。
{% endstep %}

{% step %}

#### 选择“上传”

在字形面板中，选择 <kbd><mark style="color:$primary;">**上传**<mark style="color:$primary;"></kbd> 选项卡。
{% endstep %}

{% step %}

#### 选择“上传字体”

选择 <kbd><mark style="color:$primary;">**上传字体**<mark style="color:$primary;"></kbd>，然后从计算机中选择一个字体文件。

上传的字体将显示在您的自定义字体列表中。

{% hint style="danger" %}
Beachside 仅支持 Web Open Font Format（**.WOFF** 和 **.WOFF2**)
{% endhint %}
{% endstep %}

{% step %}

#### 选择自定义字形

从列表中选择自定义字形。

所选字形将直接应用于活动文本图层。
{% endstep %}
{% endstepper %}


---

# 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/ch/gong-ju/wen-ben/zi-ti.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.
