For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

FontTextLabelTextButton

Last updated