Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFontStretch Enumeration

In This Topic
    SvgFontStretch Enumeration
    In This Topic
    Defines the width of the font, selects a normal, condensed, or expanded face from a font family.
    Syntax
    'Declaration
     
    Public Enum SvgFontStretch 
       Inherits System.Enum
    public enum SvgFontStretch : System.Enum 
    Members
    MemberDescription
    CondensedCorresponds to 'condensed' font stretch.
    ExpandedCorresponds to 'expanded' font stretch.
    ExtraCondensedCorresponds to 'extra-condensed' font stretch.
    ExtraExpandedCorresponds to 'extra-expanded' font stretch.
    NormalThe normal font stretch.
    SemiCondensedCorresponds to 'semi-condensed' font stretch.
    SemiExpandedCorresponds to 'semi-expanded' font stretch.
    UltraCondensedThe narrowest font stretch.
    UltraExpandedThe widest font stretch.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgFontStretch

    See Also