FontStretch enumeration
FontStretch enumeration
Specifies the different levels of font stretching for SVG text elements.
The FontStretch type exposes the following members:
Fields
| Field | Description |
|---|---|
| NORMAL | Represents the normal (default) font stretch. |
| ULTRA_CONDENSED | Represents the most condensed font stretch. |
| EXTRA_CONDENSED | Represents a more condensed font stretch than ‘condensed’ but less than ‘ultra-condensed’. |
| CONDENSED | Represents a condensed font stretch. |
| SEMI_CONDENSED | Represents a slightly condensed font stretch. |
| SEMI_EXPANDED | Represents a slightly expanded font stretch. |
| EXPANDED | Represents an expanded font stretch. |
| EXTRA_EXPANDED | Represents a more expanded font stretch than ’expanded’ but less than ‘ultra-expanded’. |
| ULTRA_EXPANDED | Represents the most expanded font stretch. |
See Also
- module
aspose.svg.builder