Enum FontWeight
Namespace: Unity.VisualScripting
Syntax
public enum FontWeight
Fields
Name | Description | Value |
---|---|---|
Thin | 100 | |
ExtraLight | 200 | |
Light | 300 | |
Normal | 400 | |
Regular | 400 | |
Medium | 500 | |
SemiBold | 600 | |
Bold | 700 | |
ExtraBold | 800 | |
Black | 900 |