VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontStretch Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
FontStretch Enumeration
In This Topic
Specifies available stretches for a font.
Syntax
'Declaration

Public Enum FontStretch
   Inherits System.Enum

public enum FontStretch : System.Enum

Members
MemberDescription
UndefinedThe font stretch is undefined.
UltraCondensedThe font stretch is ultra condensed.
ExtraCondensedThe font stretch is extra condensed.
CondensedThe font stretch is condensed.
SemiCondensedThe font stretch is semi condensed.
NormalThe font stretch is normal.
SemiExpandedThe font stretch is semi expanded.
ExpandedThe font stretch is expanded.
ExtraExpandedThe font stretch is extra expanded.
UltraExpandedThe font stretch is ultra expanded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Fonts.FontStretch

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also