FontWeights
Provides a set of static predefined FontWeight values.
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public static class FontWeights
Inheritance: objectFontWeights
Properties
Specifies a "Black" font weight.
public static FontWeight Black { get; }
A value that represents a "Black" font weight.
Specifies a "Bold" font weight.
public static FontWeight Bold { get; }
A value that represents a "Bold" font weight.
Specifies a "Demi-bold" font weight.
public static FontWeight DemiBold { get; }
A value that represents a "Demi-bold" font weight.
Specifies an "Extra-black" font weight.
public static FontWeight ExtraBlack { get; }
A value that represents an "Extra-black" font weight.
Specifies an "Extra-bold" font weight.
public static FontWeight ExtraBold { get; }
A value that represents an "Extra-bold" font weight.
Specifies an "Extra-light" font weight.
public static FontWeight ExtraLight { get; }
A value that represents an "Extra-light" font weight.
Specifies a "Heavy" font weight.
public static FontWeight Heavy { get; }
A value that represents a "Heavy" font weight.
Specifies a "Light" font weight.
public static FontWeight Light { get; }
A value that represents a "Light" font weight.
Specifies a "Medium" font weight.
public static FontWeight Medium { get; }
A value that represents a "Medium" font weight.
Specifies a "Normal" font weight.
public static FontWeight Normal { get; }
A value that represents a "Normal" font weight.
Specifies a "Regular" font weight.
public static FontWeight Regular { get; }
A value that represents a "Regular" font weight.
Specifies a "Semi-bold" font weight.
public static FontWeight SemiBold { get; }
A value that represents a "Semi-bold" font weight.
Specifies a "Thin" font weight.
public static FontWeight Thin { get; }
A value that represents a "Thin" font weight.
Specifies an "Ultra-black" font weight.
public static FontWeight UltraBlack { get; }
A value that represents an "Ultra-black" font weight.
Specifies an "Ultra-bold" font weight.
public static FontWeight UltraBold { get; }
A value that represents an "Ultra-bold" font weight.
Specifies an "Ultra-light" font weight.
public static FontWeight UltraLight { get; }
A value that represents an "Ultra-light" font weight.