DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFontKerning Enumeration

SvgFontKerning Enumeration
Controls metric kerning, kerning that utilizes adjustment data contained in the font.
Syntax
'Declaration
 
Public Enum SvgFontKerning 
   Inherits 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