Enum FontStretch
Enum FontStretch
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the different levels of font stretching for SVG text elements.
[ComVisible(true)]
public enum FontStretch
Fields
Condensed = 3
Represents a condensed font stretch.
Expanded = 6
Represents an expanded font stretch.
ExtraCondensed = 2
Represents a more condensed font stretch than ‘condensed’ but less than ‘ultra-condensed’.
ExtraExpanded = 7
Represents a more expanded font stretch than ’expanded’ but less than ‘ultra-expanded’.
Normal = 0
Represents the normal (default) font stretch.
SemiCondensed = 4
Represents a slightly condensed font stretch.
SemiExpanded = 5
Represents a slightly expanded font stretch.
UltraCondensed = 1
Represents the most condensed font stretch.
UltraExpanded = 8
Represents the most expanded font stretch.