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

In This Topic
    SvgFontKerning Enumeration
    In This Topic
    Controls metric kerning, kerning that utilizes adjustment data contained in the font.
    Syntax
    'Declaration
     
    Public Enum SvgFontKerning 
       Inherits System.Enum
    public enum SvgFontKerning : System.Enum 
    Members
    MemberDescription
    AutoSpecifies that kerning is applied at the discretion of the user agent.
    NoneSpecifies that kerning is not applied.
    NormalSpecifies that kerning is applied.
    Inheritance Hierarchy

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

    See Also