FontStretch Enum

FontStretch enumeration

Specifies the different levels of font stretching for SVG text elements.

public enum FontStretch

Values

NameValueDescription
Normal0Represents the normal (default) font stretch.
UltraCondensed1Represents the most condensed font stretch.
ExtraCondensed2Represents a more condensed font stretch than ‘condensed’ but less than ‘ultra-condensed’.
Condensed3Represents a condensed font stretch.
SemiCondensed4Represents a slightly condensed font stretch.
SemiExpanded5Represents a slightly expanded font stretch.
Expanded6Represents an expanded font stretch.
ExtraExpanded7Represents a more expanded font stretch than ’expanded’ but less than ‘ultra-expanded’.
UltraExpanded8Represents the most expanded font stretch.

See Also