FontWeight Type
Font weight, mapped by writers to the closest value a target format supports.
Union cases
| Union case |
Description
|
Full Usage:
Black
|
|
Full Usage:
Bold
|
|
Full Usage:
Light
|
|
Full Usage:
Medium
|
|
Full Usage:
Normal
|
|
Full Usage:
SemiBold
|
|
Full Usage:
Thin
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBlack
Returns: bool
|
|
Full Usage:
this.IsBold
Returns: bool
|
|
Full Usage:
this.IsLight
Returns: bool
|
|
Full Usage:
this.IsMedium
Returns: bool
|
|
Full Usage:
this.IsNormal
Returns: bool
|
|
Full Usage:
this.IsSemiBold
Returns: bool
|
|
Full Usage:
this.IsThin
Returns: bool
|
|
Nao