AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.2" />

.NET API 1,223,680 bytes

 FontStyle

public enum FontStyle
The enumeration with the various font styles.
Italic = 1

Selects a font that is labeled italic, if that is not available, one labeled oblique.

Normal = 0

Selects a font that is classified as normal within a font-family.

Oblique = 2

Selects a font that is labeled oblique.