Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / FontKerning Property

In This Topic
    FontKerning Property
    In This Topic
    Gets or sets a value controlling the contextual adjustment of inter-glyph spacing.
    Syntax
    'Declaration
     
    Public Property FontKerning As System.Nullable(Of SvgFontKerning)
    public System.Nullable<SvgFontKerning> FontKerning {get; set;}
    See Also