Enum SvgFontWeight
The weight of a face relative to others in the same font family.
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgFontWeightConverter))]
[Flags]
public enum SvgFontWeight
Fields
| Name | Description |
|---|---|
| All | All font weights. |
| Bold | Same as W700. |
| Bolder | One font weight darker than the parent element.(do not use font-face.) |
| Inherit | The value is inherited from the parent element. |
| Lighter | One font weight lighter than the parent element.(do not use font-face.) |
| Normal | Same as W400. |
| W100 | |
| W200 | |
| W300 | |
| W400 | Same as Normal. |
| W500 | |
| W600 | |
| W700 | Same as Bold. |
| W800 | |
| W900 |