> 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/development/api-reference/enums/fontweight.md).

# FontWeight

## Overview

FontWeight is an Enum that defines the thickness of text.

This is used in the Weight property of Font and determines how thick the text is displayed.

The default value is Regular. If a thickness that is not included in the selected font family is specified, one of the thicknesses the family has is applied instead. Specifying a thickness lighter than Regular applies a lighter one, and specifying Regular or heavier applies a heavier one.

## Items

| Name       | Value | Description                                             |
| ---------- | ----- | ------------------------------------------------------- |
| Thin       | 100   | Displays the text with the thinnest thickness.          |
| ExtraLight | 200   | Displays the text one step thicker than Thin.           |
| Light      | 300   | Displays the text thinner than Regular.                 |
| Regular    | 400   | Displays the text with the default thickness. (Default) |
| Medium     | 500   | Displays the text one step thicker than Regular.        |
| SemiBold   | 600   | Displays the text one step thinner than Bold.           |
| Bold       | 700   | Displays the text in bold.                              |
| ExtraBold  | 800   | Displays the text one step thicker than Bold.           |
| Black      | 900   | Displays the text with the thickest thickness.          |

## See also

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

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

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