InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.KernSubtable Class / KerningValues Property

In This Topic
    KerningValues Property (FontSubSet.KernSubtable)
    In This Topic
    The kerning value for the above pair, in FUnits.
    Syntax
    'Declaration
     
    Public ReadOnly Property KerningValues As Short()
    public short[] KerningValues {get;}
    Remarks
    If this value is greater than zero, the characters will be moved apart. If this value is less than zero, the character will be moved closer together.
    See Also