[]
Defines the width of the font, selects a normal, condensed, or expanded face from a font family.
public enum SvgFontStretch
Public Enum SvgFontStretch
| Name | Description |
|---|---|
| Condensed | Corresponds to 'condensed' font stretch. |
| Expanded | Corresponds to 'expanded' font stretch. |
| ExtraCondensed | Corresponds to 'extra-condensed' font stretch. |
| ExtraExpanded | Corresponds to 'extra-expanded' font stretch. |
| Normal | The normal font stretch. |
| SemiCondensed | Corresponds to 'semi-condensed' font stretch. |
| SemiExpanded | Corresponds to 'semi-expanded' font stretch. |
| UltraCondensed | The narrowest font stretch. |
| UltraExpanded | The widest font stretch. |