FontStretch Enum
FontStretch enumeration
Specifies the different levels of font stretching for SVG text elements.
public enum FontStretch
Values
Name | Value | Description |
---|---|---|
Normal | 0 | Represents the normal (default) font stretch. |
UltraCondensed | 1 | Represents the most condensed font stretch. |
ExtraCondensed | 2 | Represents a more condensed font stretch than ‘condensed’ but less than ‘ultra-condensed’. |
Condensed | 3 | Represents a condensed font stretch. |
SemiCondensed | 4 | Represents a slightly condensed font stretch. |
SemiExpanded | 5 | Represents a slightly expanded font stretch. |
Expanded | 6 | Represents an expanded font stretch. |
ExtraExpanded | 7 | Represents a more expanded font stretch than ’expanded’ but less than ‘ultra-expanded’. |
UltraExpanded | 8 | Represents the most expanded font stretch. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG