Class SvgKern
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public abstract class SvgKern : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Glyph1
Declaration
public string Glyph1 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Glyph2
Declaration
public string Glyph2 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Kerning
Declaration
public float Kerning { get; set; }
Property Value
|
Improve this Doc
View Source
Unicode1
Declaration
public string Unicode1 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Unicode2
Declaration
public string Unicode2 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Extension Methods