ComponentOne Bitmap for WPF
FontStretch Enumeration

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace : FontStretch Enumeration
DWRITE_FONT_STRETCH
Syntax
'Declaration
 
Public Enum FontStretch 
   Inherits System.Enum
public enum FontStretch : System.Enum 
Members
MemberDescription
CondensedDWRITE_FONT_STRETCH_CONDENSED
ExpandedDWRITE_FONT_STRETCH_EXPANDED
ExtraCondensedDWRITE_FONT_STRETCH_EXTRA_CONDENSED
ExtraExpandedDWRITE_FONT_STRETCH_EXTRA_EXPANDED
MediumDWRITE_FONT_STRETCH_MEDIUM
NormalDWRITE_FONT_STRETCH_NORMAL
SemiCondensedDWRITE_FONT_STRETCH_SEMI_CONDENSED
SemiExpandedDWRITE_FONT_STRETCH_SEMI_EXPANDED
UltraCondensedDWRITE_FONT_STRETCH_ULTRA_CONDENSED
UltraExpandedDWRITE_FONT_STRETCH_ULTRA_EXPANDED
UndefinedDWRITE_FONT_STRETCH_UNDEFINED
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.DirectWrite.FontStretch

See Also

Reference

C1.Util.DX.DirectWrite Namespace