[]
Defines the weight of glyphs in the font, their degree of blackness or stroke thickness.
public enum SvgFontWeight
Public Enum SvgFontWeight
| Name | 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). |