Enum FontStretch
The width of the font relative to other designs within a family.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public enum FontStretch
Fields
| Name | Description |
|---|---|
| Condensed | Condensed width. |
| Expanded | Expanded width. |
| ExtraCondensed | Extra condensed width. |
| ExtraExpanded | Extra expanded width. |
| Normal | The normal width. |
| SemiCondensed | Semi condensed width. |
| SemiExpanded | Semi expanded width. |
| UltraCondensed | Ultra condensed width. |
| UltraExpanded | Ultra expanded width. |