FontWeight enumeration
FontWeight enumeration
Specifies the different weights of fonts for SVG text elements.
The FontWeight type exposes the following members:
Fields
| Field | Description |
|---|---|
| NORMAL | Represents the normal font weight, which is the default weight. |
| BOLD | Represents a bold font weight, typically used for emphasis. |
| BOLDER | Represents a font weight that is bolder than the parent element’s weight. |
| LIGHTER | Represents a font weight that is lighter than the parent element’s weight. |
| W100 | Represents the font weight of 100, the thinnest available. |
| W200 | Represents the font weight of 200. |
| W300 | Represents the font weight of 300. |
| W400 | Represents the font weight of 400, equivalent to ’normal'. |
| W500 | Represents the font weight of 500. |
| W600 | Represents the font weight of 600. |
| W700 | Represents the font weight of 700, equivalent to ‘bold’. |
| W800 | Represents the font weight of 800. |
| W900 | Represents the font weight of 900, the boldest available. |
See Also
- module
aspose.svg.builder