'Declaration Public Enum SvgFontWeight Inherits System.Enum
public enum SvgFontWeight : System.Enum
'Declaration Public Enum SvgFontWeight Inherits System.Enum
public enum SvgFontWeight : System.Enum
Member | Description |
---|---|
Bold | Bold font. Same as W700. |
Bolder | Specifies a bolder weight than the inherited value. |
Lighter | Specifies a lighter weight than the inherited value. |
Normal | Normal font weight. Same as W400. |
W100 | Thin. |
W200 | Extra Light (Ultra Light). |
W300 | Light. |
W400 | Normal. |
W500 | Medium. |
W600 | Semi Bold (Demi Bold). |
W700 | Bold. |
W800 | Extra Bold (Ultra Bold). |
W900 | Black (Heavy). |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgFontWeight