Enum FontStretch
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
The width of the font relative to other designs within a family.
public enum FontStretchFields
UltraCondensed = 0-
Ultra condensed width.
ExtraCondensed = 1-
Extra condensed width.
Condensed = 2-
Condensed width.
SemiCondensed = 3-
Semi condensed width.
Normal = 4-
The normal width.
SemiExpanded = 5-
Semi expanded width.
Expanded = 6-
Expanded width.
ExtraExpanded = 7-
Extra expanded width.
UltraExpanded = 8-
Ultra expanded width.