FontWeights Class |
Namespace: Windows.UI.Text
public sealed class FontWeights
The FontWeights type exposes the following members.
Name | Description | |
---|---|---|
![]() | FontWeights | Initializes a new instance of the FontWeights class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Black |
Specifies a "Black" font weight.
|
![]() ![]() | Bold |
Specifies a "Bold" font weight.
|
![]() ![]() | DemiBold |
Specifies a "Demi-bold" font weight.
|
![]() ![]() | ExtraBlack |
Specifies an "ExtraBlack" font weight.
|
![]() ![]() | ExtraBold |
Specifies an "ExtraBold" font weight.
|
![]() ![]() | ExtraLight |
Specifies an "ExtraLight" font weight.
|
![]() ![]() | Heavy |
Specifies a "Heavy" font weight.
|
![]() ![]() | Light |
Specifies a "Light" font weight.
|
![]() ![]() | Medium |
Specifies a "Medium" font weight.
|
![]() ![]() | Normal |
Specifies a "Normal" font weight.
|
![]() ![]() | Regular |
Specifies a "Regular" font weight.
|
![]() ![]() | SemiBold |
Specifies a "SemiBold" font weight.
|
![]() ![]() | SemiLight |
Specifies a "SemiLight" font weight.
|
![]() ![]() | Thin |
Specifies a "Thin" font weight.
|
![]() ![]() | UltraBlack |
Specifies an "Ultra-black" font weight.
|
![]() ![]() | UltraBold |
Specifies an "Ultra-bold" font weight.
|
![]() ![]() | UltraLight |
Specifies an "Ultra-light" font weight.
|