> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/korean/development/api-reference/enums/fontweight.md).

# FontWeight

## Overview

FontWeight는 텍스트의 굵기를 정의하는 Enum입니다.

Font의 Weight 속성에서 사용되며, 텍스트를 얼마나 두껍게 표시할지를 결정합니다.

기본값은 Regular이며, 선택한 폰트 패밀리에 없는 굵기를 지정하면 그 패밀리가 가지고 있는 굵기 중 하나로 대체됩니다. Regular보다 가는 굵기를 지정하면 더 가는 쪽, Regular 이상을 지정하면 더 두꺼운 쪽이 선택됩니다.

## Items

| Name       | Value | Description                   |
| ---------- | ----- | ----------------------------- |
| Thin       | 100   | 가장 가는 굵기로 표시합니다.              |
| ExtraLight | 200   | Thin보다 한 단계 두꺼운 굵기로 표시합니다.    |
| Light      | 300   | Regular보다 가는 굵기로 표시합니다.       |
| Regular    | 400   | 기본 굵기로 표시합니다. (기본값)           |
| Medium     | 500   | Regular보다 한 단계 두꺼운 굵기로 표시합니다. |
| SemiBold   | 600   | Bold보다 한 단계 가는 굵기로 표시합니다.     |
| Bold       | 700   | 굵게 표시합니다.                     |
| ExtraBold  | 800   | Bold보다 한 단계 두꺼운 굵기로 표시합니다.    |
| Black      | 900   | 가장 두꺼운 굵기로 표시합니다.             |

## See also

{% content-ref url="/pages/vfXVtIghd2oxs1YxnIDw" %}
[Font](/korean/development/api-reference/datatype/font.md)
{% endcontent-ref %}

{% content-ref url="/pages/TCVRv0pNSKmoRlYtDnNq" %}
[TextLabel](/korean/development/api-reference/classes/textlabel.md)
{% endcontent-ref %}

{% content-ref url="/pages/EgWxUIbUDIALVPZH7qN0" %}
[TextButton](/korean/development/api-reference/classes/textbutton.md)
{% endcontent-ref %}
