Enum FontStyles
Namespace: TMPro
Syntax
public enum FontStyles
Fields
| Name | Description | Value |
|---|---|---|
| Normal | 0 | |
| Bold | 1 | |
| Italic | 2 | |
| Underline | 4 | |
| LowerCase | 8 | |
| UpperCase | 16 | |
| SmallCaps | 32 | |
| Strikethrough | 64 | |
| Superscript | 128 | |
| Subscript | 256 | |
| Highlight | 512 |
public enum FontStyles
| Name | Description | Value |
|---|---|---|
| Normal | 0 | |
| Bold | 1 | |
| Italic | 2 | |
| Underline | 4 | |
| LowerCase | 8 | |
| UpperCase | 16 | |
| SmallCaps | 32 | |
| Strikethrough | 64 | |
| Superscript | 128 | |
| Subscript | 256 | |
| Highlight | 512 |