Specifies the thickness of the font.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum FontWeight
Visual Basic
Public Enumeration FontWeight

Members

Member nameDescription
Default Default. Treated as Normal.
Thin Matches CSS font weight 100.
ExtraLight Matches CSS font weight 200.
Light Matches CSS font weight 300.
Normal Matches CSS font weight 400.
Medium Matches CSS font weight 500.
SemiBold Matches CSS font weight 600.
Bold Matches CSS font weight 700.
ExtraBold Matches CSS font weight 800.
Heavy Matches CSS font weight 900.

See Also