Enum FontWeight
Specifies the font weight to apply to text in spreadsheet cells.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum FontWeight
Remarks
This enumeration is used with FontWeight to determine the thickness or boldness of text within cells. Font weights provide visual emphasis and hierarchy to cell content.
- Normal - Displays text using the standard font weight (regular thickness). This is the default weight.
- Bold - Displays text with increased thickness for enhanced visibility.
Font weight changes do not affect font style (italic), text decoration (underline), or other formatting attributes. These can be controlled independently through other properties in CellFormat.
Fields
| Name | Description |
|---|---|
| Bold | Displays text with increased thickness for Font. |
| Normal | Displays text using the standard font weight. |