AngleSharp by Florian Rappl

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

.NET API 1,174,016 bytes

 FontStretch

public enum FontStretch
An enumeration with possible font stretch settings.
namespace AngleSharp.Dom.Css { public enum FontStretch : ushort { Normal, UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded } }