Class
FontWeights

Provides standard FontWeight values for selecting text thickness during layout and rendering.

Definition

Namespace:Telerik.Documents.Core.Fonts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public static class FontWeights

Inheritance: objectFontWeights

Properties

Black

Gets the black weight (CSS 900) for maximum stroke thickness.

Declaration

cs-api-definition
public static FontWeight Black { get; }

Property Value

FontWeight

Bold

Gets the bold weight (CSS 700) for strong emphasis.

Declaration

cs-api-definition
public static FontWeight Bold { get; }

Property Value

FontWeight

Heavy

Gets the heavy weight (alias of CSS 900) when a dedicated name is preferred.

Declaration

cs-api-definition
public static FontWeight Heavy { get; }

Property Value

FontWeight

Light

Gets the light weight (CSS 300), balancing readability and subtle emphasis.

Declaration

cs-api-definition
public static FontWeight Light { get; }

Property Value

FontWeight

Normal

Gets the regular text weight (CSS 400) used by default.

Declaration

cs-api-definition
public static FontWeight Normal { get; }

Property Value

FontWeight

Thin

Gets the ultra‑light weight (CSS 100), useful for large display text.

Declaration

cs-api-definition
public static FontWeight Thin { get; }

Property Value

FontWeight

In this article
DefinitionPropertiesBlackBoldHeavyLightNormalThin
Not finding the help you need?
Contact Support