ClassFontWeights
Class
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.
Bold
Gets the bold weight (CSS 700) for strong emphasis.
Heavy
Gets the heavy weight (alias of CSS 900) when a dedicated name is preferred.
Light
Gets the light weight (CSS 300), balancing readability and subtle emphasis.
Normal
Gets the regular text weight (CSS 400) used by default.
Thin
Gets the ultra‑light weight (CSS 100), useful for large display text.