Enum FontWeight
Specifies font weight options.
Namespace: Syncfusion.EJ2.TreeGridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public enum FontWeight
Remarks
This enumeration defines different options for font weight, which determines how thick or thin characters in text should be displayed. The options include bold and normal.
Fields
Name | Description |
---|---|
Bold | Text is displayed in bold. |
Normal | Text is displayed with normal font weight. |