Class FontWeights
Provides standard FontWeight values for selecting text thickness during layout and rendering.
Inheritance
Inherited Members
Namespace: Telerik.Documents.Core.Fonts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class FontWeights
Properties
Black
Gets the black weight (CSS 900) for maximum stroke thickness.
Declaration
public static FontWeight Black { get; }
Property Value
|
FontWeight
|
Bold
Gets the bold weight (CSS 700) for strong emphasis.
Declaration
public static FontWeight Bold { get; }
Property Value
|
FontWeight
|
Heavy
Gets the heavy weight (alias of CSS 900) when a dedicated name is preferred.
Declaration
public static FontWeight Heavy { get; }
Property Value
|
FontWeight
|
Light
Gets the light weight (CSS 300), balancing readability and subtle emphasis.
Declaration
public static FontWeight Light { get; }
Property Value
|
FontWeight
|
Normal
Gets the regular text weight (CSS 400) used by default.
Declaration
public static FontWeight Normal { get; }
Property Value
|
FontWeight
|
Thin
Gets the ultra‑light weight (CSS 100), useful for large display text.
Declaration
public static FontWeight Thin { get; }
Property Value
|
FontWeight
|